install in normal location, set c++11 as default for dependencies
This commit is contained in:
parent
c5e1e2b9af
commit
d37f4fbbab
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue