From cb83b1ebba5d3eb9085a1b07beff2700606d8df0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 May 2024 22:41:53 +0200 Subject: Fix thinko in previous. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/tests b/run/tests index 26eff1772..cb42a22e5 100755 --- a/run/tests +++ b/run/tests @@ -86,7 +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 + export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/x86_64/10.10/lib fi if [ "$check" == "1" ]; then -- cgit v1.2.3