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
... if I am not mistaken a windows-gnu host can build windows-msvc targets and it should be easy to add windows-msvc target. I'll add windows-msvc target again when I am free.
Since there seemed to be no issue tracking that, I thought I'd create one. I think this is important because some Windows crates can't build for the MinGW target and MSVC is the preferred target anyway.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I'll add MSVC windows targets again with the next rustc update. I've got some issues building rust compiler for the all tier one platforms, hopefully I'll fix it in the next few days.
Alright, I re-enabled MSVC targets, sorry it took me awhile to figure out right build tools for compiling rustc msvc targets (unfortunately I tried many). For the future reference: Visual C++ 2015 Build Tools is the right toolset for building rustc msvc targets.
In a comment you said that ...
Since there seemed to be no issue tracking that, I thought I'd create one. I think this is important because some Windows crates can't build for the MinGW target and MSVC is the preferred target anyway.
The text was updated successfully, but these errors were encountered: