Skip to content

Commit

Permalink
Blacklist max_align_t bindgen type
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Jul 2, 2018
1 parent 0ff073e commit 49ad991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions croaring-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fn main() {
.compile("libroaring.a");

let bindings = bindgen::Builder::default()
.blacklist_type("max_align_t")
.header("CRoaring/roaring.h")
.generate_inline_functions(true)
.generate()
Expand Down

0 comments on commit 49ad991

Please sign in to comment.