From: Carl Hetherington Date: Thu, 8 Oct 2020 21:02:57 +0000 (+0200) Subject: Tweak mac environment path. X-Git-Tag: v2.15.104~28 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=365d2b1468dbc3649426ad5408fee8da2a8db23c Tweak mac environment path. --- 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