Fix for upstream change
This commit is contained in:
parent
12d30628fe
commit
d20bdfe551
|
|
@ -18,7 +18,7 @@ sslv2 = []
|
|||
aes_xts = []
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.2"
|
||||
pkg-config = "0.2.1"
|
||||
gcc = "0.1"
|
||||
|
||||
[target.le32-unknown-nacl.dependencies]
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ fn main() {
|
|||
}
|
||||
|
||||
let err = match pkg_config::find_library("openssl") {
|
||||
Ok(()) => {
|
||||
Ok(..) => {
|
||||
build_old_openssl_shim(true);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue