1
0
mirror of https://github.com/YGGverse/xash3d-fwgs.git synced 2025-03-11 21:41:03 +00:00

wscript: always load cmakelists generation tool

This commit is contained in:
Alibek Omarov 2023-10-27 16:57:22 +03:00
parent a5ee631191
commit e3934af7d1

@ -167,7 +167,7 @@ def configure(conf):
conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64'] conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64']
# Load compilers early # Load compilers early
conf.load('xshlib xcompile compiler_c compiler_cxx') conf.load('xshlib xcompile compiler_c compiler_cxx cmake')
if conf.options.NSWITCH: if conf.options.NSWITCH:
conf.load('nswitch') conf.load('nswitch')