summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-15 16:18:39 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-15 16:18:39 +0100
commitcf37b5d652529b2623a8394805049cd0dc959995 (patch)
tree4f1c347dfc70be01630954525d0e0ce33581fddb
parent59e22e6d9ff4fc180f79df64da2a27f44a982b51 (diff)
Fix DYLD_LIBRARY_PATH for macOS tests.macos-tests
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index adfd48d1..e479cd86 100755
--- a/run/tests
+++ b/run/tests
@@ -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