File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 140
140
//! set up by running the appropriate developer tools shell.
141
141
//! * Windows platforms targeting MinGW (e.g. your target triple ends in `-gnu`)
142
142
//! require `cc` to be available in `PATH`. We recommend the
143
- //! [MinGW-w64](https://www.mingw-w64.org/) distribution, which is using the
144
- //! [Win-builds](http://win-builds.org/) installation system.
143
+ //! [MinGW-w64](https://www.mingw-w64.org/) distribution.
145
144
//! You may also acquire it via
146
145
//! [MSYS2](https://www.msys2.org/), as explained [here][msys2-help]. Make sure
147
146
//! to install the appropriate architecture corresponding to your installation of
148
147
//! rustc. GCC from older [MinGW](http://www.mingw.org/) project is compatible
149
148
//! only with 32-bit rust compiler.
150
149
//!
151
- //! [msys2-help]: https://github.com/rust-lang/rust#building-on-windows
150
+ //! [msys2-help]: https://github.com/rust-lang/rust/blob/master/INSTALL.md #building-on-windows
152
151
//!
153
152
//! # C++ support
154
153
//!
You can’t perform that action at this time.
0 commit comments