diff options
Diffstat (limited to 'make/make.jogl.all.macosx.sh')
-rw-r--r-- | make/make.jogl.all.macosx.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/make.jogl.all.macosx.sh b/make/make.jogl.all.macosx.sh index e7a5ee37b..c94d2d18a 100644 --- a/make/make.jogl.all.macosx.sh +++ b/make/make.jogl.all.macosx.sh @@ -3,7 +3,9 @@ . /devtools/etc/profile.ant # -Dc.compiler.debug=true +# -Dbuild.noarchives=true -ant -v \ +ant \ + -Dbuild.noarchives=true \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.jogl.all.macosx.log |