Loading openssl-sys/build/find_normal.rs +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ fn find_openssl_dir(target: &str) -> OsString { try_vcpkg(); // FreeBSD and OpenBSD ship with Libre|OpenSSL but don't include a pkg-config file if host == target && target.contains(("freebsd") || target.contains("openbsd")) { if host == target && (target.contains("freebsd") || 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 @@ -93,7 +93,7 @@ fn find_openssl_dir(target: &str) -> OsString { try_vcpkg(); // FreeBSD and OpenBSD ship with Libre|OpenSSL but don't include a pkg-config file if host == target && target.contains(("freebsd") || target.contains("openbsd")) { if host == target && (target.contains("freebsd") || target.contains("openbsd")) { return OsString::from("/usr"); } Loading