diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-27 19:32:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-27 19:33:09 +0200 |
| commit | 627dfd9a5cdcce9e4122ef3041a38c3da2d3a120 (patch) | |
| tree | a250e81f9d6b746bfbadb2428dbdea8c1ac1de6d /run/tests | |
| parent | f3e69079eefa18407b110ff23df26f7711ebf7e5 (diff) | |
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.
Diffstat (limited to 'run/tests')
| -rwxr-xr-x | run/tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
