Skip to content

Commit

Permalink
Attempting to fix CI build issue on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Oct 15, 2024
1 parent a712de0 commit c16c140
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 @@ -111,6 +111,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 c16c140

Please sign in to comment.