diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-29 21:47:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-24 00:29:31 +0100 |
| commit | eda8885c86f7e88ed7439f702831e04551700a8e (patch) | |
| tree | 89b836ff6f206c8b9ea8503f4933277d373d66ed | |
| parent | 8efd6f75450037e685d78cc29dcebd82fe922741 (diff) | |
Fix test running on macOS.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ done export LD_LIBRARY_PATH=build/src:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH # SIP stops this being passed in from the caller's environment -export DYLD_LIBRARY_PATH=$environment/x86_64/10.10/lib:/Users/ci/workspace/lib +export DYLD_LIBRARY_PATH=build/src:$environment/arm64/11.0/lib:$environment/x86_64/10.10/lib:/Users/ci/workspace/lib:/usr/local/lib export LIBDCP_RESOURCES=. # Make sure we have the required tools |
