diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-06 23:08:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-06 23:08:28 +0000 |
| commit | df471037a1b1937725ef1cf13e98b58723f5960e (patch) | |
| tree | e1dcc56ef534e9413cae7fc3ab9990af41fb4a1d /run/tools | |
| parent | 3bae0c4365b52bb171c97c41bfe107442952ac5f (diff) | |
| parent | 04e22d37316badc8b46a6e7d390ef9917faf7985 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'run/tools')
| -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 "$@" |
