Loading openssl-sys/build/find_normal.rs +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ fn find_openssl_dir(target: &str) -> OsString { return OsString::from("/usr"); } // OpenBSD ships with OpenSSL but doesn't include a pkg-config file :( // OpenBSD ships with LibreSSL but doesn't include a pkg-config file :( if host == target && target.contains("openbsd") { return OsString::from("/usr"); } Loading Loading
openssl-sys/build/find_normal.rs +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ fn find_openssl_dir(target: &str) -> OsString { return OsString::from("/usr"); } // OpenBSD ships with OpenSSL but doesn't include a pkg-config file :( // OpenBSD ships with LibreSSL but doesn't include a pkg-config file :( if host == target && target.contains("openbsd") { return OsString::from("/usr"); } Loading