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 7444e13 commit 8205303Copy full SHA for 8205303
src/lib.rs
@@ -1733,7 +1733,7 @@ impl Build {
1733
}
1734
} else if target.contains("cloudabi") {
1735
format!("{}-{}", target, traditional)
1736
- } else if target == "wasm32-unknown-wasi" {
+ } } else if target == "wasm32-unknown-wasi" || target == "wasm32-unknown-unknown" { {
1737
"clang".to_string()
1738
} else if self.get_host()? != target {
1739
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
0 commit comments