Skip to content

Commit

Permalink
fix test failure because of rust-lang/rust-bindgen#550
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Jun 29, 2018
1 parent 9e79020 commit 7255562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/cdb/cdb_ccommon/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fn main() {
"-L", lib_dir.to_str().unwrap(),
])
.header("wrapper.h")
.blacklist_type("max_align_t") // https://github.com/rust-lang-nursery/rust-bindgen/issues/550
.generate()
.expect("Unable to generate bindings");

Expand Down

0 comments on commit 7255562

Please sign in to comment.