mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
wscript: enable clang_compilation_database in options
This commit is contained in:
parent
cf17b4f63c
commit
5986874be2
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…
x
Reference in New Issue
Block a user