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:
Paul Mabileau 2024-03-11 10:25:27 +01:00 committed by Rushil Mehra
parent 2b75e1e127
commit 7ac0d2105c
1 changed files with 4 additions and 0 deletions

View File

@ -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 {