install in normal location, set c++11 as default for dependencies

This commit is contained in:
Marius Kintel 2015-03-20 20:16:55 -04:00
parent c5e1e2b9af
commit d37f4fbbab

View file

@ -24,7 +24,7 @@
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
@ -32,7 +32,7 @@ OPTION_CLANG=false
OPTION_GCC=false
OPTION_DEPLOY=false
OPTION_FORCE=0
OPTION_CXX11=false
OPTION_CXX11=true
PACKAGES=(
"eigen 3.2.4"