summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-26 20:29:11 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-21 23:18:23 +0200
commit45315c3a096fe49ffa50ded1aeb94394f71e3006 (patch)
tree9ab186d6c0ce560ca064544c1de7a25165560a0d /run
parentf7518583f90a866a07d8069a78bebcea82b2b248 (diff)
Remove unnecessary library path.
Diffstat (limited to 'run')
-rw-r--r--run/environment2
1 files changed, 1 insertions, 1 deletions
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