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 a279f68 commit 5b24289Copy full SHA for 5b24289
crates/backtrace-sys/build.rs
@@ -11,7 +11,8 @@ fn main() {
11
target.contains("emscripten") || // no way this will ever compile for emscripten
12
target.contains("cloudabi") ||
13
target.contains("wasm32") ||
14
- target.contains("fuchsia") // fuchsia uses external out-of-process symbolization
+ target.contains("fuchsia")
15
+ // fuchsia uses external out-of-process symbolization
16
{
17
println!("cargo:rustc-cfg=empty");
18
return;
0 commit comments