From e10466debe29373a46a8707d1a791b7c52d94f34 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 May 2022 21:30:43 +0200 Subject: [PATCH] Add another DYLD path for running locally. --- run/dcpomatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/dcpomatic b/run/dcpomatic index 6de2989ae..8b5489df9 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" build=$DIR/../build export LD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/10.10/lib +export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/10.10/lib:/Users/ci/workspace/lib export DCPOMATIC_GRAPHICS=$DIR/../graphics binary=$build/src/tools/dcpomatic2 if [ "$1" == "--debug" ]; then -- 2.30.2