Merge pull request #36 from yuniruyuni/patch-1

fix: error message for libwhisper.lib
This commit is contained in:
0/0 2023-04-24 01:46:30 +00:00 committed by GitHub
commit 1c16aa9e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))]