Add a library path for a test script.
[dcpomatic.git] / run / dcpomatic_create
index 63310315ece18079e1a0bb8a3f6f9583afe749af..b3fe330c5d5eb78fb2d48441b8b39c3c0f03a99c 100755 (executable)
@@ -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 $*