diff options
author | Sven Gothel <[email protected]> | 2015-07-11 01:11:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-11 01:11:07 +0200 |
commit | 0bac7cdd7b06f4192c9954c3a42c125821d864e2 (patch) | |
tree | 947f8fc1b85a5c00a8b88fb9b0939afa65f8054b /make/scripts/make.gluegen.all.macosx-java6.sh | |
parent | 658d5837d7db96387976a5848b51a7ca651bee66 (diff) |
osx-java6 script: use separate rootrel.build
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-java6.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx-java6.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-java6.sh b/make/scripts/make.gluegen.all.macosx-java6.sh index 0a5a8f2..55dd48a 100755 --- a/make/scripts/make.gluegen.all.macosx-java6.sh +++ b/make/scripts/make.gluegen.all.macosx-java6.sh @@ -25,5 +25,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 \ - $* 2>&1 | tee make.gluegen.all.macosx.log + -Drootrel.build=build-macosx-java6 \ + $* 2>&1 | tee make.gluegen.all.macosx-java6.log |