diff options
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/wscript b/tools/wscript index 965d1c30..17db4654 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,18 +1,18 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] - obj.uselib = 'OPENJPEG CXML OPENMP' + obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH' obj.source = 'dcpdiff.cc common.cc' obj.target = 'dcpdiff' obj = bld(features='cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] - obj.uselib = 'OPENJPEG CXML OPENMP' + obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH' obj.source = 'dcpinfo.cc common.cc' obj.target = 'dcpinfo' obj = bld(features='cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] - obj.uselib = 'OPENJPEG CXML OPENMP' + obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH' obj.source = 'dcpdumpsub.cc' obj.target = 'dcpdumpsub' |
