浏览代码

aya-tool: enable clang_macro_fallback

See
https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#method.clang_macro_fallback.
Tamir Duberstein 3 月之前
父节点
当前提交
28a28c9872
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      aya-tool/src/bindgen.rs

+ 1 - 0
aya-tool/src/bindgen.rs

@@ -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 {