From b954884b1c02bdd590f6f862f60c6824fa86d119 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Jan 2021 13:07:56 +0100 Subject: Fix macOS test environment path. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run/tests') diff --git a/run/tests b/run/tests index 98a37823..489614f2 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/64/lib +export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/lib export LIBDCP_SHARE_PREFIX=. # Make sure we have the required tools -- cgit v1.2.3