Skip to content

Commit

Permalink
Merge pull request #63 from qwerty2501/feature/add_openjtalk_auto_gen…
Browse files Browse the repository at this point in the history
…_bindings_x86_64-pc-windows-msvc

Automated generate bindings for x86_64-pc-windows-msvc
  • Loading branch information
qwerty2501 committed Jun 26, 2022
2 parents a2df5ac + d27384e commit 234c2a4
Show file tree
Hide file tree
Showing 2 changed files with 14,817 additions and 14,817 deletions.
2 changes: 1 addition & 1 deletion crates/openjtalk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {
#[cfg(not(feature = "generate-bindings"))]
fn generate_bindings(#[allow(unused_variables)] include_dir: impl AsRef<Path>) {}

//#[cfg(feature = "generate-bindings")]
#[cfg(feature = "generate-bindings")]
fn generate_bindings(include_dir: impl AsRef<Path>) {
use std::env;
use std::path::PathBuf;
Expand Down
Loading

0 comments on commit 234c2a4

Please sign in to comment.