diff options
author | Andrew Plumb <andrew@plumb.org> | 2012-02-13 16:22:06 (GMT) |
---|---|---|
committer | Andrew Plumb <andrew@plumb.org> | 2012-02-13 16:22:06 (GMT) |
commit | b633845e55c1733ecd9fa4a01606fd7bdafacc48 (patch) | |
tree | 82dda89f84e1604dec42f3c3da91a8410680e091 /setenv_mjau.sh | |
parent | e1134e06f43a090589d70f272293c518d89888a8 (diff) |
EIGEN2DIR and MAC_OSX_VERSION_MIN
Defining EIGEN2DIR in setenv.
Set MAC_OSX_VERSION_MIN=10.5.
Diffstat (limited to 'setenv_mjau.sh')
-rw-r--r-- | setenv_mjau.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index 3b9fd92..c96f79d 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -5,6 +5,7 @@ export DYLD_LIBRARY_PATH=$OPENSCAD_LIBRARIES/lib #export CGALDIR=$PWD/../install/CGAL-3.6 #export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install #export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib +export EIGEN2DIR=$OPENSCAD_LIBRARIES # ccache: export PATH=/opt/local/libexec/ccache:$PATH |