diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-21 13:52:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-21 13:52:14 +0100 |
| commit | 2d53877f2c7d1c6f3ed493c0f44054bdcba578f3 (patch) | |
| tree | 205eb165f0dd038bd359ed82b577634ae58bbbcd | |
| parent | 86704d7f5f5a647e0f64f3be691626d507923d53 (diff) | |
Fix tests path for running in cdist-built trees.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ while [[ $# -gt 0 ]]; do esac done -export LD_LIBRARY_PATH=build/src:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:../../lib:../../lib64:$LD_LIBRARY_PATH # SIP stops this being passed in from the caller's environment 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=. |
