diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-07 16:24:26 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-07 16:24:26 (GMT) |
commit | f5b3b30e51a5658918af52521ddb48eebcc1b6dc (patch) | |
tree | d66e71a59859f02de7cab19533df3bd4e942890f /setenv_mjau.sh | |
parent | a35283f294ad4c8f2ef536d38fa69c19513f3566 (diff) |
Improved Mac OS X deployment - hopefully this doesn't break builds on other platforms
git-svn-id: http://svn.clifford.at/openscad/trunk@529 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'setenv_mjau.sh')
-rw-r--r-- | setenv_mjau.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index ed466f7..5a1adb0 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -1,3 +1,6 @@ +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 |