parent
d7a768ea91
commit
ef86438a10
|
|
@ -4,6 +4,8 @@ use std::path::PathBuf;
|
||||||
pub fn get_openssl(_target: &str) -> (PathBuf, PathBuf) {
|
pub fn get_openssl(_target: &str) -> (PathBuf, PathBuf) {
|
||||||
let artifacts = openssl_src::Build::new().build();
|
let artifacts = openssl_src::Build::new().build();
|
||||||
println!("cargo:vendored=1");
|
println!("cargo:vendored=1");
|
||||||
|
println!("cargo:root={}", artifacts.lib_dir().parent().unwrap().display());
|
||||||
|
|
||||||
(
|
(
|
||||||
artifacts.lib_dir().to_path_buf(),
|
artifacts.lib_dir().to_path_buf(),
|
||||||
artifacts.include_dir().to_path_buf(),
|
artifacts.include_dir().to_path_buf(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue