From 9115b8273fdc19594e3e277e169174378ef2887b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Jul 2014 22:59:43 +0100 Subject: [PATCH] Try to fix static link. --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index 515c21a..f88bbbe 100644 --- a/wscript +++ b/wscript @@ -35,7 +35,9 @@ def configure(conf): int main() {} """, msg='Checking for boost unit testing library', - lib=['boost_unit_test_framework%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], + lib=['boost_unit_test_framework%s' % boost_lib_suffix, + 'boost_test_exec_monitor%s' % boost_lib_suffix, + 'boost_system%s' % boost_lib_suffix], uselib_store='BOOST_TEST') conf.recurse('test') -- 2.30.2