diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-09 00:17:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-09 00:17:21 +0000 |
| commit | f113e0f98c50e27ecdb648d21a64220300a6a114 (patch) | |
| tree | bdbc4687a18e11872395db48a95a012b0e9e694b /run | |
| parent | fadcfcf48ea29d2f9031de840da3c730f0a3e7a6 (diff) | |
Update run/dcpomatic script for OS X.
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 fcc0e2539..ef695eb3f 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -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:/carl/Environment/64/lib +export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/carl/Environments/dcpomatic/64/lib if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2 $* |
