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:
parent
714da79395
commit
5d9bc950ce
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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user