Commit f615626d authored by pingzing's avatar pingzing
Browse files

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

parent 38bc97bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,12 +61,12 @@ and then install the mingw-w64 toolchain.

32-bit:
```bash
pacman -S mingw-w64-x86_64-toolchain
pacman -S mingw-w64-i686-toolchain
```

64-bit:
```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