wscript: always load msvc options

This commit is contained in:
Alibek Omarov 2022-11-16 04:20:02 +03:00
parent aa702f0678
commit 45de874598
1 changed files with 1 additions and 4 deletions

View File

@ -123,10 +123,7 @@ def options(opt):
opt.add_subproject(i.name)
opt.load('xshlib xcompile compiler_cxx compiler_c sdl2 clang_compilation_database strip_on_install waf_unit_test msdev msvs')
if sys.platform == 'win32':
opt.load('msvc')
opt.load('reconfigure')
opt.load('xshlib xcompile compiler_cxx compiler_c sdl2 clang_compilation_database strip_on_install waf_unit_test msdev msvs msvc reconfigure')
def configure(conf):
conf.load('fwgslib reconfigure compiler_optimizations')