diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6hf-cross.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6hf-cross.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh b/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh index 5817b7f..a3f64a5 100755 --- a/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh +++ b/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh @@ -40,7 +40,9 @@ export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode" export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar -export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" + +#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" ant \ -Drootrel.build=build-linux-armv6hf \ |