diff options
author | Sven Gothel <[email protected]> | 2013-10-01 15:36:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-01 15:36:56 +0200 |
commit | 00062e490f0b0cc2944a2167f2f00149c8ba352e (patch) | |
tree | bc2dbb08031debdfff1a8c5896e5de8091ae13bd /make | |
parent | ac1901608c62ae1c5b82bccc3b2a70193031d5f0 (diff) |
test scripts/setenv-jogl.sh: Remove JogAmp *LD_LIBRARY_PATH components.
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/setenv-jogl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/setenv-jogl.sh b/make/scripts/setenv-jogl.sh index 5e4bb5707..186da5505 100755 --- a/make/scripts/setenv-jogl.sh +++ b/make/scripts/setenv-jogl.sh @@ -113,8 +113,8 @@ CLASSPATH=.:"$GLUEGEN_JAR":"$JOAL_JAR":"$JOGL_CLASSPATH":"$SWT_CLASSPATH":"$JUNI export CLASSPATH # We use TempJarCache per default now! -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 JOGAMP_ALL_AWT_CLASSPATH: "$JOGAMP_ALL_AWT_CLASSPATH" echo JOGAMP_ALL_NOAWT_CLASSPATH: "$JOGAMP_ALL_NOAWT_CLASSPATH" |