diff options
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh index e01f792..aa81ee9 100755 --- a/make/scripts/make.gluegen.all.macosx.sh +++ b/make/scripts/make.gluegen.all.macosx.sh @@ -22,5 +22,5 @@ export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" ant \ - -Drootrel.build=build-macosx-java7_target16 \ - $* 2>&1 | tee make.gluegen.all.macosx-java7_target16.log + -Drootrel.build=build-macosx \ + $* 2>&1 | tee make.gluegen.all.macosx.log |