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 abf37f7 commit 364a705Copy full SHA for 364a705
crates/backtrace-sys/build.rs
@@ -13,8 +13,7 @@ fn main() {
13
target.contains("hermit") ||
14
target.contains("wasm32") ||
15
target.contains("fuchsia") ||
16
- target.contains("uclibc") // not supported for uclibc
17
- // fuchsia uses external out-of-process symbolization
+ target.contains("uclibc")
18
{
19
println!("cargo:rustc-cfg=empty");
20
return;
0 commit comments