configure: Recognize i686 build on msys2
This commit is contained in:
parent
19a44c73c2
commit
a3d77e616b
2 changed files with 13 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ To easily build on windows we can use [MSYS2](http://sourceforge.net/projects/ms
|
|||
3. With that now start `mingw32_shell.bat` from where you installed MSYS2 (i.e. `C:\msys`).
|
||||
4. From there just navigate to where you have Rust's source code, configure and build it:
|
||||
|
||||
$ ./configure --build=i686-pc-mingw32
|
||||
$ ./configure
|
||||
$ make && make install
|
||||
|
||||
[repo]: https://github.com/rust-lang/rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue