]> git.lizzy.rs Git - rust.git/blobdiff - library/std/build.rs
Auto merge of #83573 - JohnTitor:rollup-28jnzsr, r=JohnTitor
[rust.git] / library / std / build.rs
index f730569f74b0ee8273a02f0053108a7fd2162f5d..a14ac63c7a8e4ee908cb955e8ab86ba55ef24445 100644 (file)
@@ -18,7 +18,6 @@ fn main() {
         || target.contains("uwp")
         || target.contains("windows")
         || target.contains("fuchsia")
-        || target.contains("cloudabi")
         || (target.contains("sgx") && target.contains("fortanix"))
         || target.contains("hermit")
         || target.contains("l4re")