diff options
author | Sven Gothel <[email protected]> | 2011-09-27 11:53:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-27 11:53:58 +0200 |
commit | 7c0bb4080a6dfb86ab6061cc24d17c133b1dd731 (patch) | |
tree | 3d6c3f77beb6c04e70ebf2cb3bd15bd928bb7795 /make/scripts/make.gluegen.all.macosx.sh | |
parent | 6e7ba5a27141b350a8fb7763103dff0d9dd8875a (diff) |
minor: test/build scripts
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh index 51b9894..06fb947 100755 --- a/make/scripts/make.gluegen.all.macosx.sh +++ b/make/scripts/make.gluegen.all.macosx.sh @@ -6,6 +6,6 @@ fi # -Dc.compiler.debug=true -ant -v \ +ant \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.gluegen.all.macosx.log |