Can't build i686-pc-windows-msvc release, but this target has already been installed

i686-pc-windows-msvc has been installed.
But running cargo build --target=i686-pc-windows-msvc --release will fail

This is my Rust information

image

just install the native i686-pc-windows-msvc host toolchain. cross compiling from x86_64 host to i686 target can be made work, but it doesn't worth the effort.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.