From 8b491840f425d0178b68c4d9c0a491244032d4cd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 May 2024 21:04:54 +0200 Subject: Missing setup of DYLD_LIBRARY_PATH. --- run/tests | 1 + 1 file changed, 1 insertion(+) diff --git a/run/tests b/run/tests index eb8b8f122..26eff1772 100755 --- a/run/tests +++ b/run/tests @@ -86,6 +86,7 @@ if [ "$(uname)" == "Darwin" ]; then ln -s ../../../openssl/apps/openssl build/test/openssl # We need to find ffcmp in here export PATH=$PATH:/Users/ci/workspace/bin + export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/lib fi if [ "$check" == "1" ]; then -- cgit v1.2.3