diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-27 20:05:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-27 20:05:48 +0200 |
| commit | b5a88d757874fc7b7fecb15447c52fb40930e2ca (patch) | |
| tree | e693f53a9b79b3343cd26d6895b99ac6946120c5 /run | |
| parent | ba7684b62d762345c337b67be48cd18e2cdc5dc5 (diff) | |
Revert some of the Linux stuff from a few commits ago.
This fixes startup from the source tree.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 8ce6d060a..43703fe68 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -5,6 +5,7 @@ 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/c.hetherington/osx-environment/64/lib export DCPOMATIC_GRAPHICS=$DIR/../graphics +export DCPOMATIC_SHARE_PREFIX=. binary=$build/src/tools/dcpomatic2 if [ "$1" == "--debug" ]; then shift |
