We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58d975 commit cea11a0Copy full SHA for cea11a0
crates/backtrace-sys/build.rs
@@ -10,6 +10,7 @@ fn main() {
10
if target.contains("msvc") || // libbacktrace isn't used on MSVC windows
11
target.contains("emscripten") || // no way this will ever compile for emscripten
12
target.contains("cloudabi") ||
13
+ target.contains("hermit") ||
14
target.contains("wasm32") ||
15
target.contains("fuchsia")
16
// fuchsia uses external out-of-process symbolization
0 commit comments