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
|
|
@ -132,7 +132,7 @@ class Visitor(c_ast.NodeVisitor):
|
|||
self.generic_visit(node)
|
||||
|
||||
|
||||
def parse_headers(input_files: list[Path], output_dir: Path, tmp_dir: Path) -> ExtractedSymbols:
|
||||
def parse_headers(input_files: list[Path], tmp_dir: Path) -> ExtractedSymbols:
|
||||
cpp_args = ["-nostdinc", "-D__attribute__(x)=", "-E"]
|
||||
|
||||
# Make a new clay.h that combines the provided input files, so that we can add bindings for customized structs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue