Add ObjC, ObjCXX and ASM files to the compilation database. (flutter/engine#3182)
This commit is contained in:
@@ -173,9 +173,11 @@ def main(argv):
|
||||
out_dir,
|
||||
'-t',
|
||||
'compdb',
|
||||
'cxx',
|
||||
'cc',
|
||||
'mm',
|
||||
'cxx',
|
||||
'objc',
|
||||
'objcxx',
|
||||
'asm',
|
||||
]
|
||||
|
||||
contents = subprocess.check_output(compile_cmd_gen_cmd, cwd=SRC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user