summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-08 20:57:08 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-09 17:02:51 +0100
commited425cfa13bff05b09303d3739f96af5b8cd30a0 (patch)
tree69a4732d55d3aa7c4bd1b6388cd6bb6e180d807e /wscript
parentda166a57a566ebb9ca79e3859d48b1320b587118 (diff)
Fix home_directory() with non-US-English pathnames on Windows (#2203).
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index a260b48cf..6aca65e96 100644
--- a/wscript
+++ b/wscript
@@ -173,6 +173,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")
conf.check(lib='setupapi', uselib_store='SETUPAPI', msg="Checking for library setupapi")
+ conf.check(lib='uuid', uselib_store='UUID', msg="Checking for library uuid")
boost_lib_suffix = '-mt-x32' if conf.options.target_windows_32 else '-mt-x64'
boost_thread = 'boost_thread' + boost_lib_suffix
conf.check_cxx(fragment="""