From 9977612bb52da625e521232b4d2a0063d08453f7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Sep 2015 17:43:17 +0100 Subject: [PATCH] Missing uselib. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wscript b/test/wscript index 54fe932..7133792 100644 --- a/test/wscript +++ b/test/wscript @@ -4,7 +4,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM' + obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM LIBXML++' obj.use = 'libcxml' obj.source = 'tests.cc' obj.target = 'tests' -- 2.30.2