Skip to content

Commit 191a3e3

Browse files
committed
Noted the previous forced default in the change tracker
1 parent a726de2 commit 191a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
579579
ChangeInfo {
580580
change_id: 148636,
581581
severity: ChangeSeverity::Info,
582-
summary: "The `build.python` option is now respected on macOS (previously ignored).",
582+
summary: "The `build.python` option is now respected on macOS (previously ignored and forced to be /usr/bin/python3).",
583583
},
584584
];

0 commit comments

Comments
 (0)