Commit 8ed840cd authored by Alex Crichton's avatar Alex Crichton
Browse files

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.
parent 8f5b67fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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));
    }