diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-03 09:56:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-03 09:56:33 +0100 |
| commit | a256a591a9b650737adf592bacd954c6cbf2c555 (patch) | |
| tree | 26ced83ad11c56191c10457c3e140d4fc868f4cd /wscript | |
| parent | bd904103cbaa7878d12e1713218514c58e798a84 (diff) | |
boost thread library name.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ def configure(conf): conf.check(lib='winmm', uselib_store='WINMM', msg="Checking for library winmm") conf.check(lib='ksuser', uselib_store='KSUSER', msg="Checking for library ksuser") 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 |
