diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-14 23:12:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-14 23:12:31 (GMT) |
commit | a2109992e16246b4d72b316416b9e4bf0d75a288 (patch) | |
tree | 7977ac3293aead4df2e051c57fd7aaf7994d2093 | |
parent | f61c9c9fbc1394f530e8166837ff8d69bf8e2561 (diff) |
EIGEN2DIR not needed - build system uses OPENSCAD_LIBRARIES directly
-rw-r--r-- | setenv_mjau.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index c96f79d..3b9fd92 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -5,7 +5,6 @@ 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 |