Skip to content

Commit

Permalink
Disable layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Feb 7, 2022
1 parent 9ce51f4 commit ba08fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dav1d-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fn main() {
let mut builder = bindgen::builder()
.blocklist_type("max_align_t")
.size_t_is_usize(true)
.layout_tests(false)
.header("data/dav1d.h");

for header in headers {
Expand Down

0 comments on commit ba08fd3

Please sign in to comment.