diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-04 06:21:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-04 06:21:13 (GMT) |
commit | c7530012be4a29166a4e68976b166326f99fa0fc (patch) | |
tree | f481c3433e3ad02c9baaca70070db3b2338821c9 | |
parent | 23023bfaf415a2676c2df9adac691bae4cae33f0 (diff) |
Build qt5
-rwxr-xr-x | scripts/macosx-build-homebrew.sh | 3 |
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 |