summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-30 19:11:58 +0000
committerCarl Hetherington <cth@carlh.net>2012-10-30 19:11:58 +0000
commitec672e77334379b15639b05384e443a42e29fc09 (patch)
tree236bf61c05b78ad80a5bba54a885e15a29a80ab7 /wscript
parent73e4d3e55ea103dfbb0e26ed47019fda2612a902 (diff)
Fix up windows 64 build.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2bc0781e4..10be7109e 100644
--- a/wscript
+++ b/wscript
@@ -85,7 +85,7 @@ def configure(conf):
#include <boost/thread.hpp>\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 = """