Skip to content

Commit 6917514

Browse files
Run download_prerequisites before running gcc configure
1 parent 103e040 commit 6917514

File tree

1 file changed

+1
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/gcc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ impl Step for Gcc {
112112
return true;
113113
}
114114

115+
command(root.join("contrib/download_prerequisites")).current_dir(&root).run(builder);
115116
command(root.join("configure"))
116117
.current_dir(&out_dir)
117118
.arg("--enable-host-shared")

0 commit comments

Comments
 (0)