diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-16 02:18:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-16 03:01:46 +0100 |
| commit | a4dd7855b0fa91fee9cf94421ec00c9866de7150 (patch) | |
| tree | 62e230e2330172c9736e41e44a0b6d09830d1d09 /run/dcpomatic_player | |
| parent | c31eb6d664ad26940d56f1d9da1778dd9729a187 (diff) | |
Fix macOS dcpomatic_player script.
Diffstat (limited to 'run/dcpomatic_player')
| -rwxr-xr-x | run/dcpomatic_player | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run/dcpomatic_player b/run/dcpomatic_player index 9dc1954cf..2fcfd9c85 100755 --- a/run/dcpomatic_player +++ b/run/dcpomatic_player @@ -1,7 +1,7 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib +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/lib export DCPOMATIC_GRAPHICS=graphics if [ "$1" == "--debug" ]; then shift |
