Hack for running development environment in some cases.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Jan 2017 23:51:14 +0000 (23:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Jan 2017 23:51:14 +0000 (23:51 +0000)
run/dcpomatic_cli

index ba73ecf3f375a5c583b8ac1502a72d80da19a041..02d80a57499e19dbab14bb7807ab809b0b1d4f1d 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:build/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_cli "$@"