summaryrefslogtreecommitdiffstats
path: root/setenv-jogl.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-06-21 20:58:31 +0200
committerSven Gothel <[email protected]>2012-06-21 20:58:31 +0200
commite69b06ad7fba83d16bb272e11598482a6f5f5118 (patch)
treea91eec63d13ace259e417a68781bb576868c3e2d /setenv-jogl.sh
parentbe0ebf39ac48e904803ad35ad280dc6ecde03119 (diff)
setenv-jogl.sh: remove LD_LIBRARY_PATH settings .. no more required
Diffstat (limited to 'setenv-jogl.sh')
-rw-r--r--setenv-jogl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setenv-jogl.sh b/setenv-jogl.sh
index 1f6fbf9..b927753 100644
--- a/setenv-jogl.sh
+++ b/setenv-jogl.sh
@@ -99,8 +99,8 @@ for i in $LIB/*jar ; do
CLASSPATH=$CLASSPATH:$i
done
export CLASSPATH
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR
-export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR
+# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR
+# export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR
echo CLASSPATH: $CLASSPATH
echo