diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-26 21:52:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-26 21:52:04 +0100 |
| commit | 9efecc291b7d37826f8476b96d4ba812fb79b7f9 (patch) | |
| tree | c30aa3b2aa8312222bed4195057b61264051a4fc | |
| parent | 128e8db96404a12b4108ab244e5048de39138c99 (diff) | |
fix running server on macos
| -rwxr-xr-x | run/cucumber_server | 1 |
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 |
