diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-28 21:30:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-28 22:40:52 +0000 |
| commit | cf4054faa00e63194fd2939d8969d592539428f8 (patch) | |
| tree | b3cf720bd32aabf6f77c887a9d26f818d1a62f70 /tools/wscript | |
| parent | 77e4bc52cd7db0e14e66147d04467c0cbda9e437 (diff) | |
Try to fix cscript build.
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' |
