From 627dfd9a5cdcce9e4122ef3041a38c3da2d3a120 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 19:32:15 +0200 Subject: Load language tags from on-disk files rather than embedding them into a .cc. The .cc method causes compile times (and memory requirements) increase enormously with some compilers. --- run/tests | 1 + 1 file changed, 1 insertion(+) (limited to 'run') diff --git a/run/tests b/run/tests index 1b71d5f0..010d35b3 100755 --- a/run/tests +++ b/run/tests @@ -11,6 +11,7 @@ dcpinfo=build/tools/dcpinfo dcpverify=build/tools/dcpverify export LD_LIBRARY_PATH=build/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH +export LIBDCP_SHARE_PREFIX=. # Make sure we have the required tools for c in xmlsec1 xmldiff xmllint; do -- cgit v1.2.3