diff options
author | Sven Gothel <[email protected]> | 2010-11-28 04:04:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-28 04:04:26 +0100 |
commit | 2b6d3f6d29db56ffff41a8a675f81cee91ebecba (patch) | |
tree | b58d8c0bf562d7cd2739dc1ad531cac10cc9713c /make | |
parent | 8902c61cfc51ca8bb5ed7f3cfdf2de9bda042d14 (diff) |
Adapt to JOGL 597007fc23fbf86e036629b6c6b157e0e0506715
Diffstat (limited to 'make')
-rw-r--r-- | make/make.jogl.all.x86_64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.x86_64.sh b/make/make.jogl.all.x86_64.sh index 1d4c96c..2298142 100644 --- a/make/make.jogl.all.x86_64.sh +++ b/make/make.jogl.all.x86_64.sh @@ -10,6 +10,6 @@ ant \ -DskipSourceZIP=true \ -Djogl.cg=1 \ - -Duser.swt.jar=$HOME/.java/swt-3.6-gtk-linux-x86_64.jar \ + -Duser.swt.jar=$HOME/.java/swt.jar \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.jogl.all.x86_64.log |