summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-10 12:58:32 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-10 12:58:32 +0000
commit3348d68228b08ddf3e3d2a995a35a33900cc3ba2 (patch)
tree0467702b639562e5a0c5565cc4e9571e6cac8b78 /wscript
parent186231613fb6023f2d6577fa9141101afa8e4c73 (diff)
Fix Windows build with newer boost.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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 <boost/locale.hpp>\n
int main() { std::locale::global (boost::locale::generator().generate ("")); }\n