Clean up formatting
This commit is contained in:
parent
77cdbd6187
commit
3d00a04e69
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ fn main() {
|
||||||
format!("{}/libwhisper.coreml.a", env::var("OUT_DIR").unwrap()),
|
format!("{}/libwhisper.coreml.a", env::var("OUT_DIR").unwrap()),
|
||||||
)
|
)
|
||||||
.expect("Failed to copy libwhisper.coreml.a");
|
.expect("Failed to copy libwhisper.coreml.a");
|
||||||
}
|
}
|
||||||
|
|
||||||
// clean the whisper build directory to prevent Cargo from complaining during crate publish
|
// clean the whisper build directory to prevent Cargo from complaining during crate publish
|
||||||
env::set_current_dir("..").expect("Unable to change directory to whisper.cpp");
|
env::set_current_dir("..").expect("Unable to change directory to whisper.cpp");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue