From: Carl Hetherington Date: Mon, 10 Apr 2017 08:27:19 +0000 (+0100) Subject: Add a library path for a test script. X-Git-Tag: v2.11.1~136 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=21d5ca8c20193c3e62f4b0ca5033ebe0bc2ea21d Add a library path for a test script. --- diff --git a/run/dcpomatic_create b/run/dcpomatic_create index 63310315e..b3fe330c5 100755 --- a/run/dcpomatic_create +++ b/run/dcpomatic_create @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_create $*