From 45315c3a096fe49ffa50ded1aeb94394f71e3006 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 Mar 2024 20:29:11 +0100 Subject: [PATCH] Remove unnecessary library path. --- run/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/environment b/run/environment index aa4f77187..a0a2a0782 100644 --- a/run/environment +++ b/run/environment @@ -4,6 +4,6 @@ export LD_LIBRARY_PATH=$build/src/lib:$build/src/wx:/usr/local/lib64:/usr/local/ if [[ $(readlink -f $DIR/..) =~ (.*build/[^/]*) ]]; then export LD_LIBRARY_PATH=${BASH_REMATCH[1]}/lib:$LD_LIBRARY_PATH fi -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 DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:/Users/ci/osx-environment/x86_64/10.10/lib:/Users/ci/workspace/lib export DCPOMATIC_GRAPHICS=$DIR/../graphics -- 2.30.2