From 29166b5a777134922e8ed1bcaec7124b2b16b6d0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Jul 2012 18:39:25 +0100 Subject: Add cross header. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index cd9abb6f6..8a9cb2292 100644 --- a/test/wscript +++ b/test/wscript @@ -3,7 +3,7 @@ def configure(conf): #define BOOST_TEST_MODULE Config test\n #include \n int main() {} - """, msg = 'Checking for boost unit testing library', lib = 'boost_unit_test_framework', uselib_store = 'BOOST_TEST') + """, msg = 'Checking for boost unit testing library', lib = 'boost_unit_test_framework-mt', uselib_store = 'BOOST_TEST') def build(bld): obj = bld(features = 'cxx cxxprogram') -- cgit v1.2.3