commit
73a05c7854
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ fn main() {
|
|||
let code = std::process::Command::new("cmake")
|
||||
.arg("--build")
|
||||
.arg(".")
|
||||
.arg("--config Release")
|
||||
.arg("--config")
|
||||
.arg("Release")
|
||||
.status()
|
||||
.expect("Failed to build libwhisper.a");
|
||||
if code.code() != Some(0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue