Miscellaneous changes #266
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) {
|
fn build_gcc(src_dir: &str) {
|
||||||
let mut buildcmd = Command::new("make");
|
let mut buildcmd = Command::new("make");
|
||||||
buildcmd.current_dir(&src_dir);
|
buildcmd.current_dir(src_dir);
|
||||||
buildcmd.stderr(Stdio::inherit());
|
buildcmd.stderr(Stdio::inherit());
|
||||||
buildcmd.arg("--no-silent");
|
buildcmd.arg("--no-silent");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue