Description
Suggestion
This was not added in #1883 due to oversight according to @mati865:
Bummer, I totally forgot about it so it's not added to windows-rs at all.
Originally posted by @mati865 in msys2/MINGW-packages#20397 (comment)
i686 requires doing the same things as in #1883 and then waiting for the new versions of windows-rs to propagate...
Originally posted by @mati865 in msys2/MINGW-packages#20397 (comment)
Haven't tested but using
RUSTFLAGS="--cfg windows_raw_dylib"
could work without copying the libs.
Originally posted by @mati865 in msys2/MINGW-packages#20397 (comment)
I feel bad about the proliferation of very similar targets though windows_raw_dylib
will be on by default, and we can just say i686-pc-windows-gnullvm is only usable on rust versions that support that?