aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpingzing <[email protected]>2016-03-14 02:12:32 +0200
committerpingzing <[email protected]>2016-03-14 02:12:32 +0200
commitf615626d08314714e505dd18eb5935c085abbadd (patch)
tree0e9d80e939ea370b30263591ddff33a03f045013
parentClarify windows build instructions (diff)
downloadrust-openssl-f615626d08314714e505dd18eb5935c085abbadd.tar.xz
rust-openssl-f615626d08314714e505dd18eb5935c085abbadd.zip
Fix order of 32- and 64-bit for mingw toolchain
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 90926ada..bdc8fc2c 100644
--- a/README.md
+++ b/README.md
@@ -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