Fix some library paths.
[dcpomatic.git] / run / dcpomatic_kdm_cli
index d00990375e256015167b4d747bd8de6e1a7469f8..ce32ef5552b22dd433b104cc1f6b660d6f115978 100755 (executable)
@@ -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:/home/c.hetherington/lib:$LD_LIBRARY_PATH:build/src
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_kdm_cli "$@"