diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-27 22:18:26 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-27 22:18:26 (GMT) |
commit | e09c0781db448f8aa7cc73eef650a80364ad501e (patch) | |
tree | 9ccca19449ea2f851c61708736ff660ad1acefe7 /scripts/publish-macosx.sh | |
parent | f6aa0353b3358fd25de17a7495c3a21d183f3586 (diff) |
Turn off ccache when building releases
Diffstat (limited to 'scripts/publish-macosx.sh')
-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 |