diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-16 18:01:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 20:07:03 +0000 |
| commit | 747b2a6586a371259590bc562ef75f1fde29c47e (patch) | |
| tree | 56db9484c7090de060ba7c1899480cfddcd13f63 /tools/wscript | |
| parent | 21ad900d607de35ea84b18076e3bc8a105315abd (diff) | |
Various build system / dependency fixes.
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..077035d 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 BOOST_FILESYSTEM' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' |
