diff options
author | Sven Gothel <[email protected]> | 2011-07-28 16:23:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-28 16:23:32 +0200 |
commit | b622198e3ac14261f26fad385c63e35359c3530b (patch) | |
tree | 43f6c9ccbed5406f94c8749dbe4634ab6962c43f /make/scripts | |
parent | 81a679d3b1a63ed91b7909db24e1fee58d69b3c2 (diff) |
script: no need for custom linux-x86 on multilib platform
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86.sh b/make/scripts/make.jogl.all.linux-x86.sh index 03dedb99c..f1f521203 100755 --- a/make/scripts/make.jogl.all.linux-x86.sh +++ b/make/scripts/make.jogl.all.linux-x86.sh @@ -50,9 +50,11 @@ echo LIBXCB_ALLOW_SLOPPY_LOCK: $LIBXCB_ALLOW_SLOPPY_LOCK 2>&1 | tee -a $LOGF echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $LOGF echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF +# -Dgluegen-cpptasks.file=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-linux-32bit.xml \ +# + ant \ $CUSTOMLIBDIR \ - -Dgluegen-cpptasks.file=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-linux-32bit.xml \ -Djogl.cg=1 \ -Drootrel.build=build-x86 \ -Dos.arch=x86 \ |