diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.android-armv6-cross.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv6-cross.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv6-cross.sh b/make/scripts/make.gluegen.all.android-armv6-cross.sh index 9186ff7..bf61091 100755 --- a/make/scripts/make.gluegen.all.android-armv6-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv6-cross.sh @@ -92,7 +92,8 @@ export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-android-armv6.xml" which gcc 2>&1 | tee make.gluegen.all.android-armv6-cross.log -export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" #BUILD_ARCHIVE=true \ ant \ |