Skip to content

Commit cea11a0

Browse files
stlankesalexcrichton
authored andcommitted
libbacktrace isn't used on HermitCore (#271)
1 parent d58d975 commit cea11a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/backtrace-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fn main() {
1010
if target.contains("msvc") || // libbacktrace isn't used on MSVC windows
1111
target.contains("emscripten") || // no way this will ever compile for emscripten
1212
target.contains("cloudabi") ||
13+
target.contains("hermit") ||
1314
target.contains("wasm32") ||
1415
target.contains("fuchsia")
1516
// fuchsia uses external out-of-process symbolization

0 commit comments

Comments
 (0)