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.
download_prerequisites
configure
1 parent 103e040 commit 6917514Copy full SHA for 6917514
src/bootstrap/src/core/build_steps/gcc.rs
@@ -112,6 +112,7 @@ impl Step for Gcc {
112
return true;
113
}
114
115
+ command(root.join("contrib/download_prerequisites")).current_dir(&root).run(builder);
116
command(root.join("configure"))
117
.current_dir(&out_dir)
118
.arg("--enable-host-shared")
0 commit comments