Clean up formatting

This commit is contained in:
Jonathan Soo 2023-04-21 10:25:15 -04:00
parent 77cdbd6187
commit 3d00a04e69

View file

@ -135,7 +135,7 @@ fn main() {
format!("{}/libwhisper.coreml.a", env::var("OUT_DIR").unwrap()),
)
.expect("Failed to copy libwhisper.coreml.a");
}
}
// 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");