From e3934af7d1b83d5a5d4b74b70a3098f748ed9c14 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 27 Oct 2023 16:57:22 +0300 Subject: [PATCH] wscript: always load cmakelists generation tool --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 608ff6b0..3ea1e0a3 100644 --- a/wscript +++ b/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')