On Fri, Sep 19, 2025 at 5:11 PM Paolo Bonzini <[email protected]> wrote: > > On 9/19/25 15:33, [email protected] wrote: > > From: Marc-André Lureau <[email protected]> > > > > IIRC, this fixes build on msys2 - although I can't reproduce. Maybe with > > some other host, on *bsd?
msys2 should have host_os=windows, so rust_machine would be overwritten to pc below. The only cases where this makes a difference should be cygwin, which is not supported, and wasm32 (I guess the Rust triple to use would be wasm32-wasip1-threads). Paolo
