wscript: always load cmakelists generation tool
This commit is contained in:
parent
a5ee631191
commit
e3934af7d1
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue