Skip to content

Commit c800ab9

Browse files
authored
Fix build note for MinGW
Closes sfackler#689
1 parent 811be8d commit c800ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ installing `pkg-config`.
176176
It looks like you're compiling for MinGW but you may not have either OpenSSL or
177177
pkg-config installed. You can install these two dependencies with:
178178
179-
pacman -S openssl pkg-config
179+
pacman -S openssl-devel pkg-config
180180
181181
and try building this crate again.
182182

0 commit comments

Comments
 (0)