Skip to content

Commit

Permalink
link-serachを追加した
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed Jun 22, 2022
1 parent bc31f9b commit 1ef25be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/openjtalk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ fn main() {
let lib_dir = dst_dir.join("lib");
println!("cargo:rustc-link-search=native={}", lib_dir.display());
println!("cargo:rustc-link-lib=static=OpenjtalkSys");
#[cfg(os = "windows")]
println!("cargo:rustc-link-lib=static=openjtalk");
generate_bindings();
}

Expand Down

0 comments on commit 1ef25be

Please sign in to comment.