diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-05 15:55:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-05 15:55:33 +0000 |
| commit | 4e4e5f750fea7bb011c5c12181a55b90b3202cb7 (patch) | |
| tree | 29833fbdd48f10b84b6adef82a45f4760aa72c75 /tools | |
| parent | e74c0496999dc3d81ef18985a7704e53bf129437 (diff) | |
| parent | 0bddbf86f76cb9885ac59dfac773766d3b9faae5 (diff) | |
Merge.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wscript b/tools/wscript index 98250be..077035d 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,6 +1,6 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.use = ['libsub-1.0'] - obj.uselib = 'OPENJPEG DCP CXML ASDCPLIB_CTH' + obj.uselib = 'OPENJPEG DCP CXML ASDCPLIB_CTH BOOST_FILESYSTEM' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' |
