diff options
Diffstat (limited to 'make/scripts/make.jogl.all.ios.arm64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.ios.arm64.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |