wscript: enable clang_compilation_database in options

This commit is contained in:
Alibek Omarov 2019-09-10 10:30:03 +03:00
parent cf17b4f63c
commit 5986874be2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def options(opt):
opt.add_subproject(subdirs())
opt.load('xcompile compiler_cxx compiler_c sdl2')
opt.load('xcompile compiler_cxx compiler_c sdl2 clang_compilation_database')
if sys.platform == 'win32':
opt.load('msvc msdev msvs')
opt.load('reconfigure')