Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
Only with this does it work for us.

Signed-off-by: Paul Mabileau <[email protected]>
  • Loading branch information
PaulDance authored and rushilmehra committed Nov 27, 2024
1 parent 2b75e1e commit 7ac0d21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boring-sys/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,10 @@ fn main() {
bssl_dir.display(),
build_path
);
println!(
"cargo:rustc-link-search=native={}/build",
bssl_dir.display(),
);
}

if config.features.fips_link_precompiled {
Expand Down

0 comments on commit 7ac0d21

Please sign in to comment.