Skip to content

Commit

Permalink
wscript: do not load msvc manually, it will be loaded by compiler_{c,…
Browse files Browse the repository at this point in the history
…cxx}
  • Loading branch information
a1batross committed May 25, 2024
1 parent 714da79 commit 5d9bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 5d9bc95

Please sign in to comment.