mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
small fixes
This commit is contained in:
parent
f4933c6669
commit
38bb241ced
3 changed files with 3 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ def main() -> None:
|
|||
logger.info(f'Generator: {args.generator}')
|
||||
|
||||
logger.info('Parsing headers')
|
||||
extracted_symbols = parse_headers(input_files, output_dir, tmp_dir)
|
||||
extracted_symbols = parse_headers(input_files, tmp_dir)
|
||||
with open(tmp_dir / 'extracted_symbols.json', 'w') as f:
|
||||
f.write(json.dumps({
|
||||
'structs': extracted_symbols.structs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue