diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 12:02:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | f0db3154e27a4f6947590ea183412e53e1987e35 (patch) | |
| tree | 05d5763efeb82da0f24fc3725dadd95bb7a76fcc /benchmark/wscript | |
| parent | 08db8ff8a9875fe98acfd4746af293dfcc1087c2 (diff) | |
Add --ignore-missing-assets and --quiet to dcpverify.
Diffstat (limited to 'benchmark/wscript')
| -rw-r--r-- | benchmark/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/wscript b/benchmark/wscript index 3e748972..3a045589 100644 --- a/benchmark/wscript +++ b/benchmark/wscript @@ -35,7 +35,7 @@ def build(bld): for p in ['rgb_to_xyz']: obj = bld(features='cxx cxxprogram') obj.name = p - obj.uselib = 'BOOST_FILESYSTEM' + obj.uselib = 'BOOST_FILESYSTEM ASDCPLIB_CTH' obj.cppflags = ['-g', '-O2'] obj.use = 'libdcp%s' % bld.env.API_VERSION obj.source = "%s.cc" % p |
