mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-10 13:11:52 +00:00
wscript: enable clang_compilation_database in options
This commit is contained in:
parent
07884957fb
commit
a9d9f475b0
2
wscript
2
wscript
@ -29,7 +29,7 @@ def options(opt):
|
|||||||
|
|
||||||
opt.recurse('cl_dll dlls')
|
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':
|
if sys.platform == 'win32':
|
||||||
opt.load('msvc msdev')
|
opt.load('msvc msdev')
|
||||||
opt.load('reconfigure')
|
opt.load('reconfigure')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user