chore: Fix lcippy warning
This commit is contained in:
parent
18797c4d2a
commit
11c4eddaa4
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -86,7 +86,7 @@ const LUAJIT_SRC: [&str; 69] = [
|
|||
|
||||
fn build_gcc(src_dir: &str) {
|
||||
let mut buildcmd = Command::new("make");
|
||||
buildcmd.current_dir(&src_dir);
|
||||
buildcmd.current_dir(src_dir);
|
||||
buildcmd.stderr(Stdio::inherit());
|
||||
buildcmd.arg("--no-silent");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue