Skip to content

Commit

Permalink
aya-tool: enable clang_macro_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Jan 7, 2025
1 parent be6370c commit 28a28c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aya-tool/src/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fn common_builder() -> Builder {
.layout_tests(false)
.generate_comments(false)
.prepend_enum_name(false)
.clang_macro_fallback()
}

pub fn user_builder() -> Builder {
Expand Down

0 comments on commit 28a28c9

Please sign in to comment.