]> git.lizzy.rs Git - rust.git/blobdiff - library/std/build.rs
Rollup merge of #99110 - audunhalland:match_has_guard_from_candidate, r=pnkfelix
[rust.git] / library / std / build.rs
index 43168e77296ab5cdaa25bef8847c57cb0ce75e55..8b1a06ee750fb0e84316d1452e682cdafb5c90f6 100644 (file)
@@ -15,6 +15,7 @@ fn main() {
         || target.contains("illumos")
         || target.contains("apple-darwin")
         || target.contains("apple-ios")
+        || target.contains("apple-watchos")
         || target.contains("uwp")
         || target.contains("windows")
         || target.contains("fuchsia")
@@ -29,6 +30,7 @@ fn main() {
         || target.contains("asmjs")
         || target.contains("espidf")
         || target.contains("solid")
+        || target.contains("nintendo-3ds")
     {
         // These platforms don't have any special requirements.
     } else {