Skip to content

Commit f67809a

Browse files
committed
yet another dry run fix
1 parent 47b6732 commit f67809a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/dist.rs

+4
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ fn make_win_dist(
170170
target: TargetSelection,
171171
builder: &Builder<'_>,
172172
) {
173+
if builder.config.dry_run() {
174+
return;
175+
}
176+
173177
//Ask gcc where it keeps its stuff
174178
let mut cmd = Command::new(builder.cc(target));
175179
cmd.arg("-print-search-dirs");

0 commit comments

Comments
 (0)