From: Carl Hetherington Date: Sun, 29 Jan 2017 23:51:14 +0000 (+0000) Subject: Hack for running development environment in some cases. X-Git-Tag: v2.10.7-test~5 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=70b923d244255cc1425f0ade4b3d280e07da7038 Hack for running development environment in some cases. --- 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 "$@"