From 3348d68228b08ddf3e3d2a995a35a33900cc3ba2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Feb 2016 12:58:32 +0000 Subject: [PATCH] Fix Windows build with newer boost. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a14821b3c..844d7379f 100644 --- 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 \n int main() { std::locale::global (boost::locale::generator().generate ("")); }\n -- 2.30.2