fix: link ggml
This commit is contained in:
parent
fab85025be
commit
783a7858db
1 changed files with 3 additions and 0 deletions
|
|
@ -253,6 +253,9 @@ fn main() {
|
|||
println!("cargo:rustc-link-search=native={}", destination.display());
|
||||
println!("cargo:rustc-link-lib=static=whisper");
|
||||
println!("cargo:rustc-link-lib=static=ggml");
|
||||
println!("cargo:rustc-link-lib=static=ggml-base");
|
||||
println!("cargo:rustc-link-lib=static=ggml-cpu");
|
||||
println!("cargo:rustc-link-lib=static=ggml-blas");
|
||||
|
||||
println!(
|
||||
"cargo:WHISPER_CPP_VERSION={}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue