From f58b96dddfa85832b394a94c2d52dfe95f5c3f6c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jun 2024 09:20:21 +0200 Subject: Fix running tests on arm64. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/tests b/run/tests index cbc64759e..9bbfb3fc6 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:$HOME/workspace/bin - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/x86_64/10.10/lib + export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/$(uname -m)/11.0/lib fi if [ "$check" == "1" ]; then -- cgit v1.2.3