Add clarifying comment for BSD special case
This commit is contained in:
parent
5fdde8bda3
commit
dd261e4305
|
|
@ -27,6 +27,7 @@ fn main() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pkg-config doesn't know of OpenSSL on FreeBSD 10.1 and OpenBSD uses LibreSSL
|
||||||
if target.contains("bsd") {
|
if target.contains("bsd") {
|
||||||
println!("cargo:rustc-flags=-l crypto -l ssl");
|
println!("cargo:rustc-flags=-l crypto -l ssl");
|
||||||
// going to assume the base system includes a new version of openssl
|
// going to assume the base system includes a new version of openssl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue