From 31021b3fd59462c78630ab2ca161daf4cf182b1e Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 17 Jan 2013 11:37:51 -0500 Subject: Use correct Qt tools diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index b0cf3a5..ccfeb3d 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -15,6 +15,9 @@ PATH=${PATH//\/opt\/local\/libexec\/ccache:} # This is the same location as DEPLOYDIR in macosx-build-dependencies.sh export OPENSCAD_LIBRARIES=$PWD/../libraries/install +# Make sure that the correct Qt tools are used +export PATH=$OPENSCAD_LIBRARIES/bin:$PATH + `dirname $0`/release-common.sh -v $VERSION $COMMIT if [[ $? != 0 ]]; then exit 1 -- cgit v0.10.1