Fix order of 32- and 64-bit for mingw toolchain

This commit is contained in:
pingzing 2016-03-14 02:12:32 +02:00
parent 38bc97bd3e
commit f615626d08
1 changed files with 2 additions and 2 deletions

View File

@ -61,12 +61,12 @@ and then install the mingw-w64 toolchain.
32-bit: 32-bit:
```bash ```bash
pacman -S mingw-w64-x86_64-toolchain pacman -S mingw-w64-i686-toolchain
``` ```
64-bit: 64-bit:
```bash ```bash
pacman -S mingw-w64-i686-toolchain pacman -S mingw-w64-x86_64-toolchain
``` ```
Alternatively, install OpenSSL from [here][1]. Cargo will not be able to find OpenSSL if it's Alternatively, install OpenSSL from [here][1]. Cargo will not be able to find OpenSSL if it's