yet another dry run fix
This commit is contained in:
parent
47b6732766
commit
f67809ac1d
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ fn make_win_dist(
|
|||
target: TargetSelection,
|
||||
builder: &Builder<'_>,
|
||||
) {
|
||||
if builder.config.dry_run() {
|
||||
return;
|
||||
}
|
||||
|
||||
//Ask gcc where it keeps its stuff
|
||||
let mut cmd = Command::new(builder.cc(target));
|
||||
cmd.arg("-print-search-dirs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue