From cf37b5d652529b2623a8394805049cd0dc959995 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Nov 2021 16:18:39 +0100 Subject: Fix DYLD_LIBRARY_PATH for macOS tests. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') 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 -- cgit v1.2.3