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:
parent
a5ee631191
commit
e3934af7d1
2
wscript
2
wscript
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user