Browse Source

wscript: always load cmakelists generation tool

pull/2/head
Alibek Omarov 8 months ago
parent
commit
e3934af7d1
  1. 2
      wscript

2
wscript

@ -167,7 +167,7 @@ def configure(conf): @@ -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…
Cancel
Save