summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 09:56:33 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 09:56:33 +0100
commita256a591a9b650737adf592bacd954c6cbf2c555 (patch)
tree26ced83ad11c56191c10457c3e140d4fc868f4cd /wscript
parentbd904103cbaa7878d12e1713218514c58e798a84 (diff)
boost thread library name.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f2b0c43f3..74bccdb22 100644
--- a/wscript
+++ b/wscript
@@ -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