Skip to content

Commit

Permalink
Fix Bcrypt link error on Windows CI builds (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 authored May 17, 2024
1 parent 1f47323 commit 9b59968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ fn main() {
println!("cargo:rustc-link-lib=Iphlpapi");
#[cfg(target_os = "windows")]
println!("cargo:rustc-link-lib=DbgHelp");
#[cfg(target_os = "windows")]
println!("cargo:rustc-link-lib=Bcrypt");

// Build cyclocut
let cyclocut_dir = out_dir.join("cyclocut-build");
Expand Down

0 comments on commit 9b59968

Please sign in to comment.