You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make: fix host tuple detection with older Rust versions.
rustc --print host-tuple appeared in 1.84, and the common approach
before that was to parse cargo or rustc -vV output.
As a bonus, we no longer need to specify the rustc executable name.
0 commit comments