X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=edfbb07ead0a8d8527931ee1f03244adde7ca3c5;hb=610a7bac29a8b2fc5c6d5530c5d831344d0014d1;hp=0d996dd53879191528d93f7dc08aff728086be18;hpb=411855eb8d9bf373ecf406529b034b457d663a21;p=dcpomatic.git diff --git a/wscript b/wscript index 0d996dd53..edfbb07ea 100644 --- a/wscript +++ b/wscript @@ -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 \n int main() { std::locale::global (boost::locale::generator().generate ("")); }\n