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)
|
||||
#[cfg(target_os="windows")]
|
||||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
std::fs::copy(
|
||||
"Release/whisper.lib",
|
||||
|
|
@ -97,7 +97,7 @@ fn main() {
|
|||
.expect("Failed to copy libwhisper.a");
|
||||
}
|
||||
|
||||
#[cfg(not(target_os="windows"))]
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
{
|
||||
std::fs::copy(
|
||||
"libwhisper.a",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue