X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Fdcpomatic_cli;h=02d80a57499e19dbab14bb7807ab809b0b1d4f1d;hp=ba73ecf3f375a5c583b8ac1502a72d80da19a041;hb=70b923d244255cc1425f0ade4b3d280e07da7038;hpb=33d07095ee6e80cad849b35715805bc9014414b5 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 "$@"