diff options
author | Sven Gothel <[email protected]> | 2019-04-05 07:49:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-05 07:49:51 +0200 |
commit | b52335c4c550aa8a9fd0007563f89dd8a04dc81c (patch) | |
tree | ab03b403c21fe24a5519dc0c4d4691b2060e2c40 /make/scripts/tests-osx-x64-custom.sh | |
parent | 4cc7d45ad7e7e35b73afe7ddeb9dcf06893e7cb9 (diff) |
Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)
Diffstat (limited to 'make/scripts/tests-osx-x64-custom.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64-custom.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-osx-x64-custom.sh b/make/scripts/tests-osx-x64-custom.sh index 16a56285b..201c36f41 100755 --- a/make/scripts/tests-osx-x64-custom.sh +++ b/make/scripts/tests-osx-x64-custom.sh @@ -2,6 +2,8 @@ export DYLD_LIBRARY_PATH=/usr/local/libav:$DYLD_LIBRARY_PATH +export SWT_CLASSPATH=`pwd`/lib/swt/cocoa-macosx-x86_64/swt.jar + spath=`dirname $0` . $spath/tests.sh "`which java`" -d64 ../build-macosx $* |