From f615626d08314714e505dd18eb5935c085abbadd Mon Sep 17 00:00:00 2001 From: pingzing Date: Mon, 14 Mar 2016 02:12:32 +0200 Subject: [PATCH] Fix order of 32- and 64-bit for mingw toolchain --- README.md | 4 ++-- 1 file 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