aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 00:29:34 +0100
committerSven Gothel <[email protected]>2020-01-02 00:29:34 +0100
commit7a3dbb77bde1296f9d4d370dde1c5b7d360a34e9 (patch)
tree2e0a0077182b493771fdf9c6a19079719c242a0b /make/scripts
parentb2f4b2a4b09cf42d0a1da30b8072a0d50e7ac91a (diff)
iOS scripts: Use GLUEGEN_CPPTASKS_FILE instead of -DisIOS*=true
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.gluegen.all.ios.amd64.sh3
-rwxr-xr-xmake/scripts/make.gluegen.all.ios.arm64.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.ios.amd64.sh b/make/scripts/make.gluegen.all.ios.amd64.sh
index 3d44812..bda783d 100755
--- a/make/scripts/make.gluegen.all.ios.amd64.sh
+++ b/make/scripts/make.gluegen.all.ios.amd64.sh
@@ -26,10 +26,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.gluegen.all.ios-amd64.log
diff --git a/make/scripts/make.gluegen.all.ios.arm64.sh b/make/scripts/make.gluegen.all.ios.arm64.sh
index e920516..a4e811d 100755
--- a/make/scripts/make.gluegen.all.ios.arm64.sh
+++ b/make/scripts/make.gluegen.all.ios.arm64.sh
@@ -26,10 +26,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.gluegen.all.ios-arm64.log