mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Win: Add dbghelp to the list of import libraries
This commit is contained in:
parent
17b322fa69
commit
8966207afd
@ -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…
Reference in New Issue
Block a user