diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-03 09:34:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-03 09:34:38 +0000 |
| commit | 500b0e29e64a5b02f8541d94c02dfb15789346cc (patch) | |
| tree | 8b39b6b114b0623d6895a510195ecf05a1e728a1 /run/tools/dcpdiff | |
| parent | 989f182558193a51e0a26603fb2ca59f827216a0 (diff) | |
Fix library path in run/tools/dcpdiff.
Diffstat (limited to 'run/tools/dcpdiff')
| -rwxr-xr-x | run/tools/dcpdiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tools/dcpdiff b/run/tools/dcpdiff index ab21937c..0d8c8d30 100755 --- a/run/tools/dcpdiff +++ b/run/tools/dcpdiff @@ -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 "$@" |
