Default-enable llvm_tools_enabled
when no config.toml
is present
This commit is contained in:
parent
e6c1e14e5d
commit
38f0c099b2
1 changed files with 4 additions and 0 deletions
|
@ -1255,6 +1255,10 @@ impl Config {
|
||||||
},
|
},
|
||||||
out: PathBuf::from("build"),
|
out: PathBuf::from("build"),
|
||||||
|
|
||||||
|
// This is needed by codegen_ssa on macOS to ship `llvm-objcopy` aliased to
|
||||||
|
// `rust-objcopy` to workaround bad `strip`s on macOS.
|
||||||
|
llvm_tools_enabled: true,
|
||||||
|
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue