Add metadata for the include dir of openssl
If OpenSSL is installed at a nonstandard location dependencies on OpenSSL may want to know where it was found to be installed at.
This commit is contained in:
parent
8f5b67fed4
commit
8ed840cdf5
|
|
@ -62,6 +62,7 @@ fn main() {
|
|||
let mut include_dirs = vec![];
|
||||
|
||||
if let Some(include_dir) = include_dir {
|
||||
println!("cargo:include={}", include_dir);
|
||||
include_dirs.push(PathBuf::from(&include_dir));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue