Skip to content

Commit d6e859b

Browse files
committed
Win: Add dbghelp to the list of import libraries
1 parent 2699de6 commit d6e859b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows_targets/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ pub macro link {
3838
#[link(name = "ntdll")]
3939
#[link(name = "userenv")]
4040
#[link(name = "ws2_32")]
41+
#[link(name = "dbghelp")] // required for backtrace-rs symbolization
4142
extern "C" {}

0 commit comments

Comments
 (0)