diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-16 14:18:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-16 14:18:52 +0000 |
| commit | dd029ff0537fcf7ee3e5d853301716a1c122d96d (patch) | |
| tree | c67f1af6211baba684666ba9ba0ca5f1f3d7b350 /test | |
| parent | 494afbcf4720b1e1042ef3cab9b320f03bd4d6f6 (diff) | |
Missing uselib.
Diffstat (limited to 'test')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index ecf4d47..940d12d 100644 --- a/test/wscript +++ b/test/wscript @@ -24,7 +24,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM LIBXML++' + obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM LIBXML++ LOCKED_SSTREAM' obj.use = 'libcxml' obj.source = 'tests.cc' obj.target = 'tests' |
