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.
1 parent d3d3b10 commit c008a4bCopy full SHA for c008a4b
src/bootstrap/src/core/config/config.rs
@@ -1237,9 +1237,9 @@ impl Config {
1237
config.llvm_link_shared.set(Some(true));
1238
}
1239
1240
- let Gcc { download_ci_gcc: gcc_download_ci_gcc } = toml.gcc.unwrap_or_default();
+ let Gcc { download_ci_gcc: gcc_download_ci_gcc_toml } = toml.gcc.unwrap_or_default();
1241
1242
- config.gcc_ci_mode = match gcc_download_ci_gcc {
+ config.gcc_ci_mode = match gcc_download_ci_gcc_toml {
1243
Some(value) => match value {
1244
true => GccCiMode::DownloadFromCi,
1245
false => GccCiMode::BuildLocally,
0 commit comments