From ec672e77334379b15639b05384e443a42e29fc09 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Oct 2012 19:11:58 +0000 Subject: Fix up windows 64 build. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2bc0781e4..10be7109e 100644 --- a/wscript +++ b/wscript @@ -85,7 +85,7 @@ def configure(conf): #include \n int main() { boost::thread t (); }\n """, msg = 'Checking for boost threading library', - lib = [boost_thread], + lib = [boost_thread, 'boost_system%s' % boost_lib_suffix], uselib_store = 'BOOST_THREAD') conf.check_cxx(fragment = """ -- cgit v1.2.3