diff options
author | Sven Gothel <[email protected]> | 2010-06-02 16:49:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-02 16:49:28 +0200 |
commit | 6bbf70d2f4a06b8aa0b100d83ed9aca6dd80040e (patch) | |
tree | 16d4d879a35b7645f46bbd947bed5b52c6022940 /make/scripts/make.jogl.all.linux-x86_64.sh | |
parent | 42dbcf2a74eb91d4a165f815429c121c4beb0501 (diff) |
JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Add Platform info in test
Diffstat (limited to 'make/scripts/make.jogl.all.linux-x86_64.sh')
-rw-r--r-- | make/scripts/make.jogl.all.linux-x86_64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index b17cd2f15..45777998c 100644 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -41,6 +41,9 @@ fi #LD_LIBRARY_PATH=/opt-linux-x86_64/mesa-7.8.1/lib64 #export LD_LIBRARY_PATH +LD_PRELOAD=$J2RE_HOME/lib/amd64/libjsig.so +export LD_PRELOAD + ant \ $CUSTOMLIBDIR \ -Dbuild.noarchives=true \ |