Skip to content

Commit 4e4b7ac

Browse files
Merge pull request #529 from samkearney/make-nto70-noop
Add an exception for QNX Neutrino 7.0 as a 'no-op' platform
2 parents 59b8475 + 748bca8 commit 4e4b7ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backtrace/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ cfg_if::cfg_if! {
138138
unix,
139139
not(target_os = "emscripten"),
140140
not(all(target_os = "ios", target_arch = "arm")),
141+
not(all(target_os = "nto", target_env = "nto70")),
141142
),
142143
all(
143144
target_env = "sgx",

0 commit comments

Comments
 (0)