From c4e169481578ea3b64c5ae4b0a4e4bb7a53af753 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jun 2014 21:45:31 +0100 Subject: More static build fixes. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 1369239..71ad5b2 100644 --- a/test/wscript +++ b/test/wscript @@ -13,7 +13,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST' + obj.uselib = 'BOOST_TEST CXML' obj.use = 'libsub' obj.source = """ dcp_reader_test.cc -- cgit v1.2.3