Skip to content

Commit

Permalink
remove block_types
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed Jun 26, 2022
1 parent 65fa785 commit b2d0802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/openjtalk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ fn generate_bindings(include_dir: impl AsRef<Path>) {
let bindings = bindgen::Builder::default()
.header("wrapper.hpp")
.clang_args(clang_args)
.layout_tests(false)
.blocklist_type("IMAGE_TLS_DIRECTORY")
.blocklist_type("IMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY32")
Expand Down

0 comments on commit b2d0802

Please sign in to comment.