summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-26 21:52:04 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-26 21:52:04 +0100
commit9efecc291b7d37826f8476b96d4ba812fb79b7f9 (patch)
treec30aa3b2aa8312222bed4195057b61264051a4fc
parent128e8db96404a12b4108ab244e5048de39138c99 (diff)
fix running server on macos
-rwxr-xr-xrun/cucumber_server1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/cucumber_server b/run/cucumber_server
index 9c3db6990..857533b67 100755
--- a/run/cucumber_server
+++ b/run/cucumber_server
@@ -3,6 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export LD_LIBRARY_PATH=build/src/lib:build/src/wx:$LD_LIBRARY_PATH
+export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/usr/local/lib:$HOME/osx-environment/arm64/11.0/lib:$DYLD_LIBRARY_PATH
export DCPOMATIC_GRAPHICS=$DIR/../graphics
build/features/dcpomatic_cucumber