diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-17 13:07:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 13:07:56 +0100 |
| commit | b954884b1c02bdd590f6f862f60c6824fa86d119 (patch) | |
| tree | 3de7d1e85aa7e0217405786c0fb859548014572e | |
| parent | b221efe5860ffabbca3797779a5971b5cc68175c (diff) | |
Fix macOS test environment path.
| -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/64/lib +export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/lib export LIBDCP_SHARE_PREFIX=. # Make sure we have the required tools |
