Formatting
This commit is contained in:
parent
9611d6aec4
commit
cf1461dc54
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// move libwhisper.a to where Cargo expects it (OUT_DIR)
|
// move libwhisper.a to where Cargo expects it (OUT_DIR)
|
||||||
#[cfg(target_os="windows")]
|
#[cfg(target_os = "windows")]
|
||||||
{
|
{
|
||||||
std::fs::copy(
|
std::fs::copy(
|
||||||
"Release/whisper.lib",
|
"Release/whisper.lib",
|
||||||
|
|
@ -97,7 +97,7 @@ fn main() {
|
||||||
.expect("Failed to copy libwhisper.a");
|
.expect("Failed to copy libwhisper.a");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(target_os="windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
{
|
{
|
||||||
std::fs::copy(
|
std::fs::copy(
|
||||||
"libwhisper.a",
|
"libwhisper.a",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue