Skip to content
Snippets Groups Projects
Commit 10133155 authored by Jean-Philippe Camguilhem's avatar Jean-Philippe Camguilhem
Browse files

oups fix missing '('! /o\

parent 86f0a0b8
Branches
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ fn find_openssl_dir(target: &str) -> OsString { ...@@ -93,7 +93,7 @@ fn find_openssl_dir(target: &str) -> OsString {
try_vcpkg(); try_vcpkg();
// FreeBSD and OpenBSD ship with Libre|OpenSSL but don't include a pkg-config file // 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"); return OsString::from("/usr");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment