diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-15 16:18:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-15 16:18:39 +0100 |
| commit | cf37b5d652529b2623a8394805049cd0dc959995 (patch) | |
| tree | 4f1c347dfc70be01630954525d0e0ce33581fddb | |
| parent | 59e22e6d9ff4fc180f79df64da2a27f44a982b51 (diff) | |
Fix DYLD_LIBRARY_PATH for macOS tests.macos-tests
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ dcpverify=build/tools/dcpverify export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH # SIP stops this being passed in from the caller's environment -export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/lib +export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/10.10/lib export LIBDCP_RESOURCES=. # Make sure we have the required tools |
