2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-18 15:02:22 +01:00

wscript: don't check for cmake twice

This commit is contained in:
Alibek Omarov 2024-11-27 15:08:42 +03:00
parent b3c7dbe3e4
commit cb3f5a74a8

View File

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