Skip to content

Commit

Permalink
Merge pull request #529 from samkearney/make-nto70-noop
Browse files Browse the repository at this point in the history
Add an exception for QNX Neutrino 7.0 as a 'no-op' platform
  • Loading branch information
workingjubilee committed Jun 21, 2023
2 parents 59b8475 + 748bca8 commit 4e4b7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backtrace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ cfg_if::cfg_if! {
unix,
not(target_os = "emscripten"),
not(all(target_os = "ios", target_arch = "arm")),
not(all(target_os = "nto", target_env = "nto70")),
),
all(
target_env = "sgx",
Expand Down

0 comments on commit 4e4b7ac

Please sign in to comment.