summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/macosx-build-homebrew.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/macosx-build-homebrew.sh b/scripts/macosx-build-homebrew.sh
index d0ff6d2..5633e1c 100755
--- a/scripts/macosx-build-homebrew.sh
+++ b/scripts/macosx-build-homebrew.sh
@@ -20,7 +20,6 @@ OPENSCADDIR=$PWD
BASEDIR=$OPENSCADDIR/../libraries
DEPLOYDIR=$BASEDIR/homebrew
MAC_OSX_VERSION_MIN=10.7
-export QMAKESPEC=unsupported/macx-clang
OPTION_DEPLOY=false
@@ -65,7 +64,7 @@ export MACOSX_DEPLOYMENT_TARGET=$MAC_OSX_VERSION_MIN
# Don't use bottles, as they might be built with the wrong deployment target
export HOMEBREW_BUILD_FROM_SOURCE=1
-for formula in qt eigen boost cgal glew glib opencsg; do
+for formula in qt5 eigen boost cgal glew glib opencsg; do
brew install openscad/tap/$formula
done
if $OPTION_DEPLOY; then
contact: Jan Huwald // Impressum