Fix Windows build
Only with this does it work for us. Signed-off-by: Paul Mabileau <paul.mabileau@harfanglab.fr>
This commit is contained in:
parent
2b75e1e127
commit
7ac0d2105c
|
|
@ -663,6 +663,10 @@ fn main() {
|
||||||
bssl_dir.display(),
|
bssl_dir.display(),
|
||||||
build_path
|
build_path
|
||||||
);
|
);
|
||||||
|
println!(
|
||||||
|
"cargo:rustc-link-search=native={}/build",
|
||||||
|
bssl_dir.display(),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if config.features.fips_link_precompiled {
|
if config.features.fips_link_precompiled {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue