Skip to content

Commit

Permalink
gate gimli usage on windows with gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Jul 6, 2023
1 parent fb51548 commit f3d53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ cfg_if::cfg_if! {
mod dbghelp;
use dbghelp as imp;
} else if #[cfg(all(
any(unix, windows),
any(unix, all(windows, target_env = "gnu")),
not(target_vendor = "uwp"),
not(target_os = "emscripten"),
any(not(backtrace_in_libstd), feature = "backtrace"),
Expand Down

0 comments on commit f3d53cc

Please sign in to comment.