wscript: enable clang_compilation_database in options
This commit is contained in:
parent
cf17b4f63c
commit
5986874be2
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -60,7 +60,7 @@ def options(opt):
|
||||||
|
|
||||||
opt.add_subproject(subdirs())
|
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':
|
if sys.platform == 'win32':
|
||||||
opt.load('msvc msdev msvs')
|
opt.load('msvc msdev msvs')
|
||||||
opt.load('reconfigure')
|
opt.load('reconfigure')
|
||||||
|
|
Loading…
Add table
Reference in a new issue