From e09c0781db448f8aa7cc73eef650a80364ad501e Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 27 Nov 2011 23:18:26 +0100 Subject: Turn off ccache when building releases 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 -- cgit v0.10.1