summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-10 18:34:19 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-10 18:34:19 (GMT)
commit64eee477c703169d4c00ec140fcd7682d9a13a9b (patch)
tree0731a8398909f31be99e7b6c90e2d2c1dc26e371 /scripts/publish-macosx.sh
parent157bf75a9b6fa576d4f4fb8090660981fcb0e646 (diff)
parent214fb779ac653c654771bcf1d4b7630c7372666d (diff)
Merge branch 'master' into export-menu
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
index 738f7db..cca941d 100755
--- a/scripts/publish-macosx.sh
+++ b/scripts/publish-macosx.sh
@@ -3,6 +3,8 @@
# NB! To build a release build, the VERSION and VERSIONDATE environment variables needs to be set.
# See doc/release-checklist.txt
+export NUMCPU=$(sysctl -n hw.ncpu)
+
human_filesize()
{
awk -v sum=$1 'BEGIN {
@@ -51,7 +53,7 @@ fi
PATH=${PATH//\/opt\/local\/libexec\/ccache:}
# This is the same location as DEPLOYDIR in macosx-build-dependencies.sh
-export OPENSCAD_LIBRARIES=$PWD/../libraries/install
+export OPENSCAD_LIBRARIES=$PWD/../libraries/homebrew
# Make sure that the correct Qt tools are used
export PATH=$OPENSCAD_LIBRARIES/bin:$PATH
contact: Jan Huwald // Impressum