diff options
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic_player | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run/dcpomatic_player b/run/dcpomatic_player index 23d2dc3d8..997848e0b 100755 --- a/run/dcpomatic_player +++ b/run/dcpomatic_player @@ -13,6 +13,9 @@ fi echo $env export DYLD_LIBRARY_PATH=/Users/cah/osx-environment/$env/lib:/usr/local/lib +# Allow running from a tree built using cdist +export LD_LIBRARY_PATH=$DIR/../../../lib:$DIR/../../../lib64:$LD_LIBRARY_PATH + if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_player $* |
