diff options
author | Sven Gothel <[email protected]> | 2013-02-17 18:55:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-17 18:55:18 +0100 |
commit | fdc20a0205bb01747055910eb2bb33202edee277 (patch) | |
tree | 578b57a56c76f01bd6b1b9e2df8a78270ae0b176 /make/scripts/make.jogl.all.macosx-java7.sh | |
parent | f937a727354fc24321d40df95008d569972ed169 (diff) |
OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT: Remove c.fixup.jawt.version.macosx (redundant, libjawt.dylib is rpath'ed always)
Diffstat (limited to 'make/scripts/make.jogl.all.macosx-java7.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx-java7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.macosx-java7.sh b/make/scripts/make.jogl.all.macosx-java7.sh index afb72bf8c..fc7ace9d0 100755 --- a/make/scripts/make.jogl.all.macosx-java7.sh +++ b/make/scripts/make.jogl.all.macosx-java7.sh @@ -22,4 +22,4 @@ ant \ -Dtarget.targetlevel=1.6 \ -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ -Drootrel.build=build-macosx-java7 \ - $* 2>&1 | tee make.jogl.all.macosx.log + $* 2>&1 | tee make.jogl.all.macosx-java7.log |