Fix Windows build with newer boost.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Feb 2016 12:58:32 +0000 (12:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Feb 2016 12:58:32 +0000 (12:58 +0000)
wscript

diff --git a/wscript b/wscript
index a14821b3c7a133713c019fc35cd4a9c163ed2ffc..844d7379fbec3fc0949227547bcdc36eaf3bebcd 100644 (file)
--- a/wscript
+++ b/wscript
@@ -111,7 +111,7 @@ def configure(conf):
         conf.check(lib='shlwapi', uselib_store='SHLWAPI', msg="Checking for library shlwapi")
         conf.check(lib='mswsock', uselib_store='MSWSOCK', msg="Checking for library mswsock")
         boost_lib_suffix = '-mt'
-        boost_thread = 'boost_thread_win32-mt'
+        boost_thread = 'boost_thread-mt'
         conf.check_cxx(fragment="""
                                #include <boost/locale.hpp>\n
                                int main() { std::locale::global (boost::locale::generator().generate ("")); }\n