diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-14 20:49:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-14 20:49:08 +0100 |
| commit | d7d6a97d2aa6c71289cbcb7ec1caa07e08258deb (patch) | |
| tree | 066829917b9e196c5e3c985f8bba372c8f96ee37 /run | |
| parent | 713ea4c65f88cfa2c7944ce6013963c2b1277d60 (diff) | |
Fix scripts to run on macOS.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index dc382879a..dc6416848 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/64/lib +export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/lib export DCPOMATIC_GRAPHICS=$DIR/../graphics binary=$build/src/tools/dcpomatic2 if [ "$1" == "--debug" ]; then |
