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
sthiele committed Jan 1, 2019
1 parent fa5d74d commit 9469a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clingo-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fn main() {
let bindings = bindgen::Builder::default()
.header("clingo/libclingo/clingo.h")
// .bitfield_enum("clingo_show_type")
.blacklist_type("max_align_t") // https://github.com/rust-lang/rust-bindgen/issues/550
.generate()
.expect("Unable to generate bindings");

Expand Down

0 comments on commit 9469a70

Please sign in to comment.