Skip to content

Commit

Permalink
build(build.rs): remove workaround for rust-lang/rust-bindgen#550
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Apr 3, 2021
1 parent 7737f01 commit 094db69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fn main() {
}

let bindings = bindgen::Builder::default()
.blacklist_type("max_align_t") // https://github.com/rust-lang/rust-bindgen/issues/550
.header("wrapper.h")
.generate()
.expect("Unable to generate bindings");
Expand Down

0 comments on commit 094db69

Please sign in to comment.