diff options
| author | Steven Fackler <[email protected]> | 2017-09-04 09:28:20 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-04 09:28:20 -0600 |
| commit | c800ab922ebacc14e6d20d86fa1b6e31148989b7 (patch) | |
| tree | f6185e43f755d4246325b6e93459204cd523cb9f | |
| parent | Update version in README (diff) | |
| download | rust-openssl-c800ab922ebacc14e6d20d86fa1b6e31148989b7.tar.xz rust-openssl-c800ab922ebacc14e6d20d86fa1b6e31148989b7.zip | |
Fix build note for MinGW
Closes #689
| -rw-r--r-- | openssl-sys/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/build.rs b/openssl-sys/build.rs index 4b0a8555..df530032 100644 --- a/openssl-sys/build.rs +++ b/openssl-sys/build.rs @@ -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. |