X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=ba23e3ea2627ea43875bc2f9c6ca16e95e813601;hb=cca752c350e50ac57740060d0a2684187075e4bb;hp=0308c0d235e4f03670a761c55b777cfaf6d75975;hpb=46d2b6b74d091f27051d90060766f9d49954ee6d;p=dcpomatic.git diff --git a/wscript b/wscript index 0308c0d23..ba23e3ea2 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.20' +VERSION = '2.6.21' def options(opt): opt.load('compiler_cxx') @@ -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 \n int main() { std::locale::global (boost::locale::generator().generate ("")); }\n