2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-16 15:06:43 +01:00

wscript: do not load msvc manually, it will be loaded by compiler_{c,cxx}

This commit is contained in:
Alibek Omarov 2024-05-25 22:40:25 +03:00
parent 714da79395
commit 5d9bc950ce

View File

@ -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')