wscript: enable clang_compilation_database in options

This commit is contained in:
Alibek Omarov 2019-09-10 10:33:19 +03:00
parent 07884957fb
commit a9d9f475b0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def options(opt):
opt.recurse('cl_dll dlls')
opt.load('xcompile compiler_cxx compiler_c')
opt.load('xcompile compiler_cxx compiler_c clang_compilation_database')
if sys.platform == 'win32':
opt.load('msvc msdev')
opt.load('reconfigure')