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