Rollup merge of #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.
This commit is contained in:
commit
0dc9f1ac90
1 changed files with 1 additions and 0 deletions
|
@ -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" {}
|
||||
|
|
Loading…
Add table
Reference in a new issue