We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f601168 commit 8ab7d74Copy full SHA for 8ab7d74
src/lib.rs
@@ -493,10 +493,10 @@ impl Config {
493
}
494
Some(ref g) if g.contains("Visual Studio") => {
495
parallel_args.push(format!("/m:{}", s));
496
- }
497
- Some(ref g) if g.contains("NMake") => {
498
- // NMake creates `Makefile`s, but doesn't understand `-jN`.
499
+ }
+ Some(ref g) if g.contains("NMake") => {
+ // NMake creates `Makefile`s, but doesn't understand `-jN`.
500
_ if fs::metadata(&dst.join("build/Makefile")).is_ok() => {
501
match env::var_os("CARGO_MAKEFLAGS") {
502
// Only do this on non-windows and non-bsd
0 commit comments