Skip to content

Commit

Permalink
boring-sys: Blocklist max_align_t in bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal authored and eager-signal committed Nov 30, 2023
1 parent bb58482 commit 27b1e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boring-sys/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ fn main() {
.size_t_is_usize(true)
.layout_tests(true)
.prepend_enum_name(true)
.blocklist_type("max_align_t") // Not supported by bindgen on all targets, not used by BoringSSL
.clang_args(get_extra_clang_args_for_bindgen(&config))
.clang_arg("-I")
.clang_arg(include_path.display().to_string());
Expand Down

0 comments on commit 27b1e26

Please sign in to comment.