Skip to content

Commit

Permalink
Clean up various things
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Jul 30, 2024
1 parent a4541fd commit 547fe6a
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 237 deletions.
3 changes: 3 additions & 0 deletions bindings/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ fn main() {
// the same size as a bool in Rust. This is the root cause of the issues on Windows. If/when
// this is fixed in bindgen, it should be safe to remove this compiler flag.
cc.flag("/std:c11");

// To ignore the "C requires that a struct or union have at least one member" error.
cc.flag("/wd2016");
}

cc.include(blst_headers_dir.clone());
Expand Down
2 changes: 1 addition & 1 deletion blst
Submodule blst updated 182 files
Loading

0 comments on commit 547fe6a

Please sign in to comment.