diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 17:38:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-16 21:02:23 +0200 |
| commit | b33a97e3aa7dd3a0ddd3687762ff42a9a9e1079f (patch) | |
| tree | 5279eed406364a16494391d63d66c38058aa02e3 | |
| parent | 95919ab6f4959a3076276e506d36bdab2d1dd7ab (diff) | |
Add another search path.
| -rwxr-xr-x | run/tools/dcpverify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tools/dcpverify b/run/tools/dcpverify index 0beca588..28a4e3bd 100755 --- a/run/tools/dcpverify +++ b/run/tools/dcpverify @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" top=$DIR/../.. export LIBDCP_RESOURCES=$top -export LD_LIBRARY_PATH=$top/build/src:build/asdcplib/src:/usr/local/lib64:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$top/build/src:build/asdcplib/src:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args $top/build/tools/dcpverify "$@" |
