Fix build note for MinGW

Closes #689
This commit is contained in:
Steven Fackler 2017-09-04 09:28:20 -06:00 committed by GitHub
parent 811be8dae2
commit c800ab922e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ installing `pkg-config`.
It looks like you're compiling for MinGW but you may not have either OpenSSL or
pkg-config installed. You can install these two dependencies with:
pacman -S openssl pkg-config
pacman -S openssl-devel pkg-config
and try building this crate again.