From e58007aab382ce3a2fe8d4a62aaa4d324291cf34 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 14 Jan 2024 13:36:46 +0300 Subject: [PATCH] wscript: disable /showIncludes based msvcdeps for now, it causes issues with non-English locales --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index e9008fb2..ee19eafd 100644 --- a/wscript +++ b/wscript @@ -164,7 +164,7 @@ def configure(conf): conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64'] # Load compilers early - conf.load('xshlib xcompile compiler_c compiler_cxx cmake gccdeps msvcdeps') + conf.load('xshlib xcompile compiler_c compiler_cxx cmake gccdeps') if conf.options.NSWITCH: conf.load('nswitch')