diff options
-rw-r--r-- | make/make.jogl.all.x86.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/make.jogl.all.x86.sh b/make/make.jogl.all.x86.sh index cfd4709..ea37ad9 100644 --- a/make/make.jogl.all.x86.sh +++ b/make/make.jogl.all.x86.sh @@ -6,5 +6,6 @@ ant \ -Djogl.cg=1 \ + -Duser.swt.jar=$HOME/.java/swt-3.5.2-gtk-linux-x86.jar \ -Drootrel.build=build-x86 \ $* 2>&1 | tee make.jogl.all.x86.log |