Skip to content

Commit

Permalink
Unrolled build for rust-lang#130047
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#130047 - ChrisDenton:win-dbghelp, r=wesleywiser

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
rust-timer committed Sep 8, 2024
2 parents 12b26c1 + 8966207 commit b3d8580
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 b3d8580

Please sign in to comment.