Skip to content

Commit

Permalink
Merge pull request #26 from ian-p-cooke/with_shell32
Browse files Browse the repository at this point in the history
shell32 is neeeded in latest Rust builds because of linking errors
  • Loading branch information
sgrif authored Jun 24, 2019
2 parents 941208b + b52642a commit 3e367d5
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 @@ -118,6 +118,7 @@ fn configured_by_vcpkg() -> bool {
println!("cargo:rustc-link-lib=gdi32");
println!("cargo:rustc-link-lib=user32");
println!("cargo:rustc-link-lib=secur32");
println!("cargo:rustc-link-lib=shell32");
}).is_ok()
}

Expand Down

0 comments on commit 3e367d5

Please sign in to comment.