mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: do not load msvc manually, it will be loaded by compiler_{c,cxx}
This commit is contained in:
2
wscript
2
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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user