diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-30 19:11:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-30 19:11:58 +0000 |
| commit | ec672e77334379b15639b05384e443a42e29fc09 (patch) | |
| tree | 236bf61c05b78ad80a5bba54a885e15a29a80ab7 /wscript | |
| parent | 73e4d3e55ea103dfbb0e26ed47019fda2612a902 (diff) | |
Fix up windows 64 build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = """ |
