summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-01-17 16:37:51 (GMT)
committerMarius Kintel <marius@kintel.net>2013-01-17 16:37:51 (GMT)
commit31021b3fd59462c78630ab2ca161daf4cf182b1e (patch)
treecadac861f3d51e9f3de3c6851805fc62a7bd2d72 /scripts/publish-macosx.sh
parent8537dc986c311f8b2194f4c6037b06e708a7d536 (diff)
Use correct Qt tools
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh3
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
contact: Jan Huwald // Impressum