wscript: don't check for cmake twice
This commit is contained in:
parent
b3c7dbe3e4
commit
cb3f5a74a8
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue