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 a726de2 commit 191a3e3Copy full SHA for 191a3e3
src/bootstrap/src/utils/change_tracker.rs
@@ -579,6 +579,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
579
ChangeInfo {
580
change_id: 148636,
581
severity: ChangeSeverity::Info,
582
- summary: "The `build.python` option is now respected on macOS (previously ignored).",
+ summary: "The `build.python` option is now respected on macOS (previously ignored and forced to be /usr/bin/python3).",
583
},
584
];
0 commit comments