summaryrefslogtreecommitdiff
path: root/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-16 17:39:08 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-19 13:37:28 +0200
commit5f090b58fc2a7742c3a924387416fa628f39477d (patch)
tree7d9706650ab49666290e49d5cce5048a6b537afe /tools/wscript
parentbf59fbc84f5b156c9b42511f2075bf6112a46e4e (diff)
Add PDF formatter for verification reports (#1823).v1.10.28
Diffstat (limited to 'tools/wscript')
-rw-r--r--tools/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wscript b/tools/wscript
index a5fcf545..10192f50 100644
--- a/tools/wscript
+++ b/tools/wscript
@@ -33,6 +33,8 @@
def build(bld):
uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_DCPOMATIC BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL XERCES DL MAGICK AVCODEC AVUTIL FMT FAST_FLOAT'
+ if bld.env.LIBDCP_HAVE_HARU:
+ uselib += ' HARU'
for f in ['diff', 'info', 'verify']:
obj = bld(features='cxx cxxprogram')