summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-24 15:25:58 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-25 00:37:59 +0100
commit610a7bac29a8b2fc5c6d5530c5d831344d0014d1 (patch)
tree4d2a26762482ed199499f8cfd830d576d2bf84fc /wscript
parent411855eb8d9bf373ecf406529b034b457d663a21 (diff)
Various DLLs have different names with the MXE environment.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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 <boost/locale.hpp>\n
int main() { std::locale::global (boost::locale::generator().generate ("")); }\n