From 365d2b1468dbc3649426ad5408fee8da2a8db23c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Oct 2020 23:02:57 +0200 Subject: [PATCH] Tweak mac environment path. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/tests b/run/tests index 3a7861ae0..037fb43ee 100755 --- a/run/tests +++ b/run/tests @@ -21,7 +21,7 @@ if [ "$(uname)" == "Darwin" ]; then rm -f build/test/openssl ln -s ../../../openssl/apps/openssl build/test/openssl # SIP stops this being passed in from the caller's environment - export DYLD_LIBRARY_PATH=/Users/carl/osx-environment/64/lib + export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/64/lib fi if [ "$1" == "--debug" ]; then -- 2.30.2