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 140140//! set up by running the appropriate developer tools shell.
141141//! * Windows platforms targeting MinGW (e.g. your target triple ends in `-gnu`)
142142//! 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.
145144//! You may also acquire it via
146145//! [MSYS2](https://www.msys2.org/), as explained [here][msys2-help]. Make sure
147146//! to install the appropriate architecture corresponding to your installation of
148147//! rustc. GCC from older [MinGW](http://www.mingw.org/) project is compatible
149148//! only with 32-bit rust compiler.
150149//!
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
152151//!
153152//! # C++ support
154153//!
You can’t perform that action at this time.
0 commit comments