Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Feb 8, 2021
1 parent d6a5420 commit 1d9fb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry-contrib-native-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ fn main() -> Result<()> {

println!("cargo:rustc-link-lib=dbghelp");
println!("cargo:rustc-link-lib=shlwapi");
println!("cargo:rustc-link-lib=version");
}
"macos" => {
if cfg!(feature = "transport-default") {
Expand Down

0 comments on commit 1d9fb07

Please sign in to comment.