fix: error message for libwhisper.lib
In windows, we are using `libwhisper.lib` instead of `libwhisper.a` so renamed it.
This commit is contained in:
parent
c7062a2c5d
commit
91312ee92a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ fn main() {
|
|||
"Release/whisper.lib",
|
||||
format!("{}/whisper.lib", env::var("OUT_DIR").unwrap()),
|
||||
)
|
||||
.expect("Failed to copy libwhisper.a");
|
||||
.expect("Failed to copy libwhisper.lib");
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue