Skip to content

Commit

Permalink
layout tests pass now, so let's run them
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Jul 15, 2024
1 parent e7db7ab commit 6964695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcoder/xcoder-quadra/xcoder-quadra-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn main() {
.allowlist_var("GC620_.+")
// bindgen 0.60.0 broke layout tests: https://github.com/rust-lang/rust-bindgen/issues/2218
// 0.60.1 claims to have fixed the issue, but does not.
.layout_tests(false)
.layout_tests(true)
.clang_arg(format!("-I{}", source_path.to_str().unwrap()))
.generate()
.expect("unable to generate bindings");
Expand Down

0 comments on commit 6964695

Please sign in to comment.