mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Experimental support for emitting compile_commands.json from waf
This commit is contained in:
parent
839f3d9968
commit
e13d161c62
1
wscript
1
wscript
@ -54,6 +54,7 @@ def options(opt):
|
||||
def configure(conf):
|
||||
conf.load('compiler_cxx')
|
||||
conf.check(header_name='stdio.h', features='cxx cxxprogram', mandatory=True)
|
||||
conf.load('clang_compilation_database', tooldir='.')
|
||||
|
||||
# Download and save the compressed tarball as |compressed_file_name|.
|
||||
if not os.path.isfile(CLANG_TARBALL_LOCAL_PATH):
|
||||
|
Loading…
Reference in New Issue
Block a user