Fix library path in run/tools/dcpdiff.
authorCarl Hetherington <cth@carlh.net>
Tue, 3 Feb 2015 09:34:38 +0000 (09:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Feb 2015 09:34:38 +0000 (09:34 +0000)
run/tools/dcpdiff

index ab21937c9ca30eada41012e8bd87bb981e017155..0d8c8d30531e807085a1d0ff005ef41827334dcc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-export LD_LIBRARY_PATH=build/src
+export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/tools/dcpdiff "$@"