diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/publish-macosx.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 088e64e..2036e3b 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -3,6 +3,9 @@  VERSION=`date "+%Y.%m.%d"`  #VERSION=2011.06 +# Turn off ccache, just for safety +PATH=${PATH//\/opt\/local\/libexec\/ccache:} +  # This is the same location as DEPLOYDIR in macosx-build-dependencies.sh  export MACOSX_DEPLOY_DIR=$PWD/../libraries/install  | 
