Skip to content

Commit 7f763b7

Browse files
committed
fix test failure because of rust-lang/rust-bindgen#550
1 parent 8428351 commit 7f763b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fn main() {
3434
let bindings = bindgen::Builder::default()
3535
.header("clingo/libclingo/clingo.h")
3636
// .bitfield_enum("clingo_show_type")
37+
.blacklist_type("max_align_t") // https://github.com/rust-lang/rust-bindgen/issues/550
3738
.generate()
3839
.expect("Unable to generate bindings");
3940

0 commit comments

Comments
 (0)