Skip to content

Commit

Permalink
Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiser
Browse files Browse the repository at this point in the history
Win: Add dbghelp to the list of import libraries

This is used by the backtrace crate. But we use a submodule to include backtrace in std (rather than being a real crate) so we need to add the dependency here.
  • Loading branch information
matthiaskrgr authored Sep 7, 2024
2 parents c139dc6 + 8966207 commit 0dc9f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/windows_targets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ pub macro link {
#[link(name = "ntdll")]
#[link(name = "userenv")]
#[link(name = "ws2_32")]
#[link(name = "dbghelp")] // required for backtrace-rs symbolization
extern "C" {}

0 comments on commit 0dc9f1a

Please sign in to comment.