diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-07-02 20:59:10 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-07-02 20:59:10 (GMT) |
commit | 6eff371329ddc79809494d3dbe688acb8c406374 (patch) | |
tree | b42e142660031af504a8c49b57a84da7d74b049f | |
parent | 3df5b51145d1e8d6256b055eb68ed6e429c315c9 (diff) |
Use release libs also when developing
git-svn-id: http://svn.clifford.at/openscad/trunk@565 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | setenv_mjau.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index e00512a..b8012f6 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -1,4 +1,4 @@ -export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy +export MACOSX_DEPLOY_DIR=$PWD/../libraries/install export DYLD_LIBRARY_PATH=$MACOSX_DEPLOY_DIR/lib #export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 |