summaryrefslogtreecommitdiff
path: root/run/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-17 11:53:28 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-18 23:30:48 +0100
commitcf4e4272f72346c39964b128f78b2297f04dba55 (patch)
tree380d760483d5bf2cec0e33db42e82207b387ecb4 /run/tools
parentb0b3c6f0cdc034ef515f72d72fd72fbb71d1ca63 (diff)
Tidy how we're finding the tags and xsd directories.
Diffstat (limited to 'run/tools')
-rwxr-xr-xrun/tools/dcpverify1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tools/dcpverify b/run/tools/dcpverify
index 382a6c67..eda2d2d7 100755
--- a/run/tools/dcpverify
+++ b/run/tools/dcpverify
@@ -2,6 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
top=$DIR/../..
+export LIBDCP_RESOURCES=$top
export LD_LIBRARY_PATH=$top/build/src:build/asdcplib/src:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then