mirror of
https://github.com/AntonioND/architectds.git
synced 2025-06-18 16:45:32 -04:00
fix: Rectify typo in compdb generation code
This commit is contained in:
parent
a2620525fe
commit
32e8c15bd5
@ -232,7 +232,7 @@ class GenericBinary():
|
||||
if compdb:
|
||||
print('[*] COMPDB')
|
||||
with open('compile_commands.json', 'w') as cc:
|
||||
subprocess.call(['ninja', 'f', ninja_file_path, '-t', 'compdb'],
|
||||
subprocess.call(['ninja', '-f', ninja_file_path, '-t', 'compdb'],
|
||||
encoding='utf-8', stdout=cc)
|
||||
|
||||
if graph:
|
||||
|
Loading…
Reference in New Issue
Block a user