diff options
author | Sven Gothel <[email protected]> | 2013-06-24 08:32:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-24 08:32:06 +0200 |
commit | c5fcd2215ed1c7634d8976ad914506c3ec674a2d (patch) | |
tree | 16652fdb7b62542276ef6a8c77b5ee8a0f31c243 /make | |
parent | a7545f4fda73c215cff0da7256417bc1d1bd450b (diff) |
Scripts: Build macosx w/ java7 targeting java6 in build-macosx.
Diffstat (limited to 'make')
-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 |