diff options
Diffstat (limited to 'make/make.jogl.all.linux-x86.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index cb0b44771..a9e4e8d85 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -4,11 +4,12 @@ # -Dc.compiler.debug=true -ant -v \ +ant \ -Drootrel.build=build-x86 \ -Dgluegen.cpptasks.detected.os=true \ -DisUnix=true \ -DisLinux=true \ -DisLinuxX86=true \ -DisX11=true \ + -DuseKD=true \ $* 2>&1 | tee make.jogl.all.linux-x86.log |