diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-14 22:59:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-14 22:59:43 +0100 |
| commit | 9115b8273fdc19594e3e277e169174378ef2887b (patch) | |
| tree | 3c6caf11b4df20628e376adca04d1a6c6b12ba6a /wscript | |
| parent | 90554068a272a15192c4fc3d84d1ce946e795b4f (diff) | |
Try to fix static link.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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') |
