diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-17 16:37:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-17 16:37:51 (GMT) |
commit | 31021b3fd59462c78630ab2ca161daf4cf182b1e (patch) | |
tree | cadac861f3d51e9f3de3c6851805fc62a7bd2d72 /scripts/publish-macosx.sh | |
parent | 8537dc986c311f8b2194f4c6037b06e708a7d536 (diff) |
Use correct Qt tools
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 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 |