diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 15:25:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 00:37:59 +0100 |
| commit | 610a7bac29a8b2fc5c6d5530c5d831344d0014d1 (patch) | |
| tree | 4d2a26762482ed199499f8cfd830d576d2bf84fc /wscript | |
| parent | 411855eb8d9bf373ecf406529b034b457d663a21 (diff) | |
Various DLLs have different names with the MXE environment.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,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-mt' + boost_thread = 'boost_thread_win32-mt' conf.check_cxx(fragment=""" #include <boost/locale.hpp>\n int main() { std::locale::global (boost::locale::generator().generate ("")); }\n |
