summaryrefslogtreecommitdiff
path: root/run/environment
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-14 10:26:19 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-15 20:39:45 +0200
commitbb8ff499ef234f2598f5a66fcf6686b847c2ea64 (patch)
tree5d19ea471e6d4c623c47efa8a3028f5c25a88bae /run/environment
parentbcf0f131281399f93fe2ca57c99d1046b3a2fb44 (diff)
Fix macOS environment setup.
Diffstat (limited to 'run/environment')
-rw-r--r--run/environment2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/environment b/run/environment
index aa4f77187..dac7bef55 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/workspace/lib
export DCPOMATIC_GRAPHICS=$DIR/../graphics