diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-14 00:33:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-14 00:33:44 (GMT) |
commit | f61c9c9fbc1394f530e8166837ff8d69bf8e2561 (patch) | |
tree | 1de21c7d0ca5efa6c1af76b94c0c5e95b42233b9 /setenv_mjau.sh | |
parent | a83fda0c3d9e92a6e47622cd1c2fdeebdfbb8c1a (diff) | |
parent | d4efb54284f0781aee40cb660712fa15256676df (diff) |
Merge branch 'master' of https://github.com/clothbot/openscad into clothbot-master
Conflicts:
scripts/macosx-build-dependencies.sh
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 |