aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 00:34:56 +0100
committerSven Gothel <[email protected]>2020-01-02 00:34:56 +0100
commit4d070e6be4f6f5b2eeb4f29e5d3fe7d0fdc4c7ad (patch)
tree3370b81e403f06f7d71a8d27548bdad72cbe1082 /make
parent3e8719272d435e4e4c278acafa063651144ee4e0 (diff)
iOS build scripts: Bump iOS 12.2 -> 13.2; Use GLUEGEN_CPPTASKS_FILE instead of -DisIOS*=true
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/make.jogl.all.ios.amd64.sh5
-rwxr-xr-xmake/scripts/make.jogl.all.ios.arm64.sh5
2 files changed, 6 insertions, 4 deletions
diff --git a/make/scripts/make.jogl.all.ios.amd64.sh b/make/scripts/make.jogl.all.ios.amd64.sh
index 2c87fbbb8..9ebb655e2 100755
--- a/make/scripts/make.jogl.all.ios.amd64.sh
+++ b/make/scripts/make.jogl.all.ios.amd64.sh
@@ -9,7 +9,7 @@ fi
# Force OSX SDK 10.6, if desired
# export SDKROOT=macosx10.6
-export SDKROOT=iphonesimulator12.2
+export SDKROOT=iphonesimulator13.2
xcrun --show-sdk-path
JAVA_HOME=`/usr/libexec/java_home -version 11`
@@ -22,10 +22,11 @@ export SOURCE_LEVEL=1.8
export TARGET_LEVEL=1.8
export TARGET_RT_JAR=/usr/local/jre1.8.0_212/lib/rt.jar
+export GLUEGEN_CPPTASKS_FILE=make/lib/gluegen-cpptasks-ios-amd64.xml
+
#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet"
ant \
-Drootrel.build=build-ios-amd64 \
- -DisIOSAmd64=true \
$* 2>&1 | tee make.jogl.all.ios-amd64.log
diff --git a/make/scripts/make.jogl.all.ios.arm64.sh b/make/scripts/make.jogl.all.ios.arm64.sh
index 26b521f30..1edae79d8 100755
--- a/make/scripts/make.jogl.all.ios.arm64.sh
+++ b/make/scripts/make.jogl.all.ios.arm64.sh
@@ -9,7 +9,7 @@ fi
# Force OSX SDK 10.6, if desired
# export SDKROOT=macosx10.6
-export SDKROOT=iphoneos12.2
+export SDKROOT=iphoneos13.2
xcrun --show-sdk-path
JAVA_HOME=`/usr/libexec/java_home -version 11`
@@ -22,10 +22,11 @@ export SOURCE_LEVEL=1.8
export TARGET_LEVEL=1.8
export TARGET_RT_JAR=/usr/local/jre1.8.0_212/lib/rt.jar
+export GLUEGEN_CPPTASKS_FILE=make/lib/gluegen-cpptasks-ios-aarch64.xml
+
#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet"
ant \
-Drootrel.build=build-ios-arm64 \
- -DisIOSArm64=true \
$* 2>&1 | tee make.jogl.all.ios-arm64.log