diff options
author | Carsten Weisse <[email protected]> | 2006-10-07 19:49:56 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2006-10-07 19:49:56 +0000 |
commit | 2205b0ae154ac83b92c5141e46b644426d05f1ac (patch) | |
tree | 7c30025a6d37629a6f8cae04e0cb756e5bb79ba7 /scripts/Jake2_mac.sh | |
parent | 49ad399158bbe8c9031842f27b3f06359604c6af (diff) |
add a second library path
Diffstat (limited to 'scripts/Jake2_mac.sh')
-rw-r--r-- | scripts/Jake2_mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Jake2_mac.sh b/scripts/Jake2_mac.sh index d106a05..898f9a6 100644 --- a/scripts/Jake2_mac.sh +++ b/scripts/Jake2_mac.sh @@ -1,6 +1,7 @@ #!/bin/sh export LD_LIBRARY_PATH=lib/osx +export DYLD_LIBRARY_PATH=lib/osx CP=lib/jake2.jar:lib/jogl.jar:lib/linux/joal.jar exec java -Xmx100M -Djava.library.path=lib/osx -cp $CP jake2.Jake2 |