diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:37:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:37:36 +0000 |
| commit | ef2b005a86471bdcdff1e663008714be0c80788a (patch) | |
| tree | 55278fbabaa041fde28782dff737b16102592308 /tools/wscript | |
| parent | 64dadb1855ff8878321d7df4b87d54110911e75e (diff) | |
Missing dependencies.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wscript b/tools/wscript index de53827..98250be 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,6 +1,6 @@ def build(bld): - obj = bld(features = 'cxx cxxprogram') + obj = bld(features='cxx cxxprogram') obj.use = ['libsub-1.0'] - obj.uselib = 'OPENJPEG DCP CXML' + obj.uselib = 'OPENJPEG DCP CXML ASDCPLIB_CTH' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' |
