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/tests-osx-x64-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/tests-osx-x64-java7.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64-java7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-osx-x64-java7.sh b/make/scripts/tests-osx-x64-java7.sh index e1b07202b..e870d0752 100755 --- a/make/scripts/tests-osx-x64-java7.sh +++ b/make/scripts/tests-osx-x64-java7.sh @@ -8,5 +8,5 @@ export JAVA_HOME PATH spath=`dirname $0` -. $spath/tests.sh $JAVA_HOME/bin/java -d64 ../build-macosx $* +. $spath/tests.sh $JAVA_HOME/bin/java -d64 ../build-macosx-java7 $* |