Skip to content

Commit

Permalink
install in normal location, set c++11 as default for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Mar 21, 2015
1 parent c5e1e2b commit d37f4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/macosx-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
BASEDIR=$PWD/../libraries
OPENSCADDIR=$PWD
SRCDIR=$BASEDIR/src
DEPLOYDIR=$BASEDIR/install-c++11
DEPLOYDIR=$BASEDIR/install
MAC_OSX_VERSION_MIN=10.7
OPTION_32BIT=false
OPTION_LLVM=false
OPTION_CLANG=false
OPTION_GCC=false
OPTION_DEPLOY=false
OPTION_FORCE=0
OPTION_CXX11=false
OPTION_CXX11=true

PACKAGES=(
"eigen 3.2.4"
Expand Down

0 comments on commit d37f4fb

Please sign in to comment.