diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-10 12:58:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-10 12:58:32 +0000 |
| commit | 3348d68228b08ddf3e3d2a995a35a33900cc3ba2 (patch) | |
| tree | 0467702b639562e5a0c5565cc4e9571e6cac8b78 /wscript | |
| parent | 186231613fb6023f2d6577fa9141101afa8e4c73 (diff) | |
Fix Windows build with newer boost.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
