Merge pull request #36 from yuniruyuni/patch-1
fix: error message for libwhisper.lib
This commit is contained in:
commit
1c16aa9e03
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ fn main() {
|
||||||
"Release/whisper.lib",
|
"Release/whisper.lib",
|
||||||
format!("{}/whisper.lib", env::var("OUT_DIR").unwrap()),
|
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"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue