From 5d9bc950ce7372833d91a67172cf699c65c0e0f4 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 25 May 2024 22:40:25 +0300 Subject: [PATCH] wscript: do not load msvc manually, it will be loaded by compiler_{c,cxx} --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 277414991..ce81cb04d 100644 --- a/wscript +++ b/wscript @@ -108,7 +108,7 @@ REFDLLS = [ ] def options(opt): - opt.load('reconfigure compiler_optimizations xshlib xcompile compiler_cxx compiler_c sdl2 clang_compilation_database strip_on_install waf_unit_test msdev msvs msvc subproject cmake') + opt.load('reconfigure compiler_optimizations xshlib xcompile compiler_cxx compiler_c sdl2 clang_compilation_database strip_on_install waf_unit_test msdev msvs subproject cmake') grp = opt.add_option_group('Common options')