diff options
author | Sven Gothel <[email protected]> | 2019-08-19 11:14:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-19 11:14:09 +0200 |
commit | 4eaa83358b6518c667e9517685eeaafaef692656 (patch) | |
tree | 087ee626374d45c12bd0aa9eb0d978056aec34fb /make/scripts/make.jogl.all.ios.arm64.sh | |
parent | 2dd5b6040858cbec29710be8e68374f46121a39a (diff) |
Bug 1363: Java 11: Adapt scripts for java11 (cont)
Diffstat (limited to 'make/scripts/make.jogl.all.ios.arm64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.ios.arm64.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/scripts/make.jogl.all.ios.arm64.sh b/make/scripts/make.jogl.all.ios.arm64.sh index 3349262cd..a7ac79be3 100755 --- a/make/scripts/make.jogl.all.ios.arm64.sh +++ b/make/scripts/make.jogl.all.ios.arm64.sh @@ -5,10 +5,6 @@ if [ -e /opt-share/etc/profile.ant ] ; then fi # -Dc.compiler.debug=true -# -# -Dtarget.sourcelevel=1.6 \ -# -Dtarget.targetlevel=1.6 \ -# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ # Force OSX SDK 10.6, if desired # export SDKROOT=macosx10.6 |