Fix order of 32- and 64-bit for mingw toolchain
This commit is contained in:
parent
38bc97bd3e
commit
f615626d08
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue