Skip to content

Commit

Permalink
Merge pull request #44 from BamButz/fix-ldap
Browse files Browse the repository at this point in the history
fix: added wldap32 to linked libraries for target_env msvc
  • Loading branch information
weiznich authored Apr 17, 2023
2 parents 261e2fe + 86676c1 commit bb52163
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 bb52163

Please sign in to comment.