diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-16 00:53:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-16 00:53:58 +0000 |
| commit | 3b88b77d5109d669ed2eb8597ead7ab0e40562e0 (patch) | |
| tree | 586c4f2f461dfda1fefcc29079c1d889d1c88eae /test/wscript | |
| parent | c752127be35b34f744036fbbf4d5cf95f3b3c973 (diff) | |
Try again to fix build.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 5da652d..2c8c327 100644 --- a/test/wscript +++ b/test/wscript @@ -17,7 +17,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST CXML DCP' + obj.uselib = 'BOOST_TEST DCP CXML' obj.use = 'libsub' obj.source = """ dcp_reader_test.cc |
