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.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.sh')
-rw-r--r-- | make/scripts/make.jogl.all.linux-x86.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86.sh b/make/scripts/make.jogl.all.linux-x86.sh index 5b443f5d3..7b08ae5e8 100644 --- a/make/scripts/make.jogl.all.linux-x86.sh +++ b/make/scripts/make.jogl.all.linux-x86.sh @@ -39,6 +39,9 @@ fi # -DisX11=true \ # -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ +LD_PRELOAD=$J2RE_HOME/lib/i386/libjsig.so +export LD_PRELOAD + ant \ $CUSTOMLIBDIR \ -Dbuild.noarchives=true \ |