diff options
Diffstat (limited to 'run/dcpomatic_cli')
| -rwxr-xr-x | run/dcpomatic_cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_cli b/run/dcpomatic_cli index ba73ecf3f..02d80a574 100755 --- a/run/dcpomatic_cli +++ b/run/dcpomatic_cli @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH:build/src +export LD_LIBRARY_PATH=build/src/lib:build/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_cli "$@" |
