diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-10 17:43:45 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-10 17:43:45 (GMT) |
commit | 677211b4c603866f848c8714d1dd4290760709fa (patch) | |
tree | c05d43ac1bcfca58b15acefed0d24021c445cfb0 | |
parent | d9b08b16595c9cb325874f0271e567e8a310eaf7 (diff) |
use script-built libs for now
git-svn-id: http://svn.clifford.at/openscad/trunk@543 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | setenv_mjau.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index 5a1adb0..e00512a 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -1,7 +1,7 @@ export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy export DYLD_LIBRARY_PATH=$MACOSX_DEPLOY_DIR/lib -export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 -export CGALDIR=$PWD/../install/CGAL-3.6 -export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install -export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib +#export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 +#export CGALDIR=$PWD/../install/CGAL-3.6 +#export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install +#export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib |