Win: Add dbghelp to the list of import libraries
This commit is contained in:
parent
17b322fa69
commit
8966207afd
@ -38,4 +38,5 @@
|
||||
#[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