diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-20 20:50:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | b1fb3bb03dd5dd337f6137b76346469aa0510016 (patch) | |
| tree | 661fc1cbc8bfb24f00aafb3041562e57ddc35920 | |
| parent | 80a97d01ba21df6d06ca750789bfe0bbacaaee4a (diff) | |
Fix test runner on macOS.
| -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:/Users/ci/workspace/lib export LIBDCP_RESOURCES=. # Make sure we have the required tools |
