diff options
author | Sven Gothel <[email protected]> | 2019-12-31 16:27:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-31 16:27:45 +0100 |
commit | 18cf75125b736bc5a206ae0b978b236e52da8336 (patch) | |
tree | 38c7c5f01a424ddcaaec44d7d4753b2292a6c61c /make/scripts/make.jogl.all.x86.sh | |
parent | 2befe0f4b5279a5d8a45d23baf4a8d39ff5001c1 (diff) |
build scripts: use source/target level 1.8 on java11
Diffstat (limited to 'make/scripts/make.jogl.all.x86.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.x86.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.x86.sh b/make/scripts/make.jogl.all.x86.sh index 4a4874f..3d9ef31 100755 --- a/make/scripts/make.jogl.all.x86.sh +++ b/make/scripts/make.jogl.all.x86.sh @@ -8,12 +8,13 @@ fi . $SDIR/../../../jogl/etc/profile.jogl JOGL_ALL $SDIR/../../../jogl/build-x86 +export SOURCE_LEVEL=1.8 +export TARGET_LEVEL=1.8 +export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar + # -Dc.compiler.debug=true ant \ - -Dtarget.sourcelevel=1.6 \ - -Dtarget.targetlevel=1.6 \ - -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ -Djogl.cg=1 \ -Duser.swt.jar=$SWT_CLASSPATH \ -Drootrel.build=build-x86 \ |