Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive authored Dec 22, 2022
1 parent f3d17c3 commit ad852d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ fn link_openssl_static(lib_dir: &Path, _inc_dir: &Path) {

fn find_openssl_dir(_host: &str, _target: &str) -> Option<PathBuf> {
let openssl_dir = env("OPENSSL_DIR");
println!("openssl_dir = {:?}", openssl_dir);
openssl_dir.map(PathBuf::from)
}

Expand Down

0 comments on commit ad852d8

Please sign in to comment.