2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01: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

View File

@ -167,7 +167,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')
conf.load('xshlib xcompile compiler_c compiler_cxx cmake')
if conf.options.NSWITCH:
conf.load('nswitch')