Skip to content

Commit

Permalink
fix: added wldap32 to linked libraries for target_env msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
BamButz committed Apr 16, 2023
1 parent 261e2fe commit 86676c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ fn configured_by_vcpkg() -> bool {
println!("cargo:rustc-link-lib=user32");
println!("cargo:rustc-link-lib=secur32");
println!("cargo:rustc-link-lib=shell32");
println!("cargo:rustc-link-lib=wldap32");
}).is_ok()
}

Expand Down

0 comments on commit 86676c1

Please sign in to comment.