Add clarifying comment for BSD special case

This commit is contained in:
Will 2015-02-12 13:32:39 +09:00
parent 5fdde8bda3
commit dd261e4305
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ fn main() {
return;
}
// pkg-config doesn't know of OpenSSL on FreeBSD 10.1 and OpenBSD uses LibreSSL
if target.contains("bsd") {
println!("cargo:rustc-flags=-l crypto -l ssl");
// going to assume the base system includes a new version of openssl