summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-24 09:20:21 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-24 09:20:21 +0200
commitf58b96dddfa85832b394a94c2d52dfe95f5c3f6c (patch)
tree97d5ffc76514e08e6c262301defb25a990af26cf
parent27295d628161092be4536a8d6164f13e2ec236a4 (diff)
Fix running tests on arm64.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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