Skip to content

Commit

Permalink
build.rs: workaround for rust-lang/rust-bindgen#550
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Mar 29, 2017
1 parent da5e77f commit 6871611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fn main() {
.emit_builtins()
.no_unstable_rust()
.hide_type("mpich_struct_mpi_long_double_int")
.hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
.generate()
.unwrap();

Expand Down

0 comments on commit 6871611

Please sign in to comment.