Skip to content

Commit 277e2d9

Browse files
tesujicemeyer
authored andcommitted
gimli: Enable backtrace for BSDs
1 parent 47069af commit 277e2d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/symbolize/gimli.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@ cfg_if::cfg_if! {
362362
any(
363363
target_os = "linux",
364364
target_os = "fuchsia",
365+
target_os = "freebsd",
366+
target_os = "netbsd",
367+
target_os = "openbsd",
368+
target_os = "dragonfly",
365369
),
366370
not(target_env = "uclibc"),
367371
))] {

0 commit comments

Comments
 (0)