summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.macosx-java7.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-java7.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.macosx-java7.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-java7.sh b/make/scripts/make.gluegen.all.macosx-java7.sh
index f88341b..73e3d1c 100755
--- a/make/scripts/make.gluegen.all.macosx-java7.sh
+++ b/make/scripts/make.gluegen.all.macosx-java7.sh
@@ -14,6 +14,8 @@ JAVA_HOME=`/usr/libexec/java_home -version 1.7`
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME PATH
+export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+
ant \
-Drootrel.build=build-macosx-java7 \
$* 2>&1 | tee make.gluegen.all.macosx-java7.log