diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-05 16:41:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-09 00:32:04 +0100 |
| commit | f1685116cff0a02ff94cc6d4961654b0afaefe7a (patch) | |
| tree | c4dc0b02ac0453df02624cb2cb9a07c5f2b9b283 /run/dcpomatic_disk | |
| parent | 85e98d35160535141ba3a601900fcb0cc19b54fe (diff) | |
Tweak startup scripts for macOS.
Diffstat (limited to 'run/dcpomatic_disk')
| -rwxr-xr-x | run/dcpomatic_disk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_disk b/run/dcpomatic_disk index ce8366012..3e74ebd47 100755 --- a/run/dcpomatic_disk +++ b/run/dcpomatic_disk @@ -1,7 +1,7 @@ #!/bin/bash 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/64/lib +export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$HOME/osx-environment/x86_64/lib if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_disk $* |
