From b6f3afcad13523038bc42eef9ddecb58a2ae8e70 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Mar 2022 20:57:08 +0100 Subject: Fix home_directory() with non-US-English pathnames on Windows (#2203). --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 08f0f285a..d1b9fd46d 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=""" -- cgit v1.2.3