diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-22 21:30:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-22 21:30:43 +0200 |
| commit | e10466debe29373a46a8707d1a791b7c52d94f34 (patch) | |
| tree | 92875da8e844f866b64d6bdbab1fc5a0a7078226 | |
| parent | 2d53b0ad98dd010bab33c3db83c89b264ff1e9bb (diff) | |
Add another DYLD path for running locally.v2.16.12
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 6de2989ae..8b5489df9 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" build=$DIR/../build export LD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/10.10/lib +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 DCPOMATIC_GRAPHICS=$DIR/../graphics binary=$build/src/tools/dcpomatic2 if [ "$1" == "--debug" ]; then |
