2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

wscript: disable /showIncludes based msvcdeps for now, it causes issues with non-English locales

This commit is contained in:
Alibek Omarov 2024-01-14 13:36:46 +03:00
parent dca862a838
commit e58007aab3

View File

@ -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')