Skip to content

Commit 4e7808a

Browse files
Update to new Builder API
1 parent 1b39b43 commit 4e7808a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub enum GccBuildStatus {
3636
/// GCC, it's fine for us to not try to avoid doing so.
3737
pub fn prebuilt_gcc_config(builder: &Builder<'_>, target: TargetSelection) -> GccBuildStatus {
3838
// Initialize the gcc submodule if not initialized already.
39-
builder.update_submodule("src/gcc");
39+
builder.config.update_submodule("src/gcc");
4040

4141
// FIXME (GuillaumeGomez): To be done once gccjit has been built in the CI.
4242
// builder.config.maybe_download_ci_gcc();

0 commit comments

Comments
 (0)