summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-10 09:27:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-10 09:27:19 +0100
commit21d5ca8c20193c3e62f4b0ca5033ebe0bc2ea21d (patch)
tree19d9445985eee3b0a0a5cf97181e437cdfe7253e
parentc9a87535652defa2328b160a47741d9d2b14849b (diff)
Add a library path for a test script.
-rwxr-xr-xrun/dcpomatic_create2
1 files changed, 1 insertions, 1 deletions
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 $*