From 25fa91e1b249218b5df895c725273888b5e68147 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Fri, 6 Oct 2023 17:35:20 -0400 Subject: [PATCH] Add tvOS to build script --- library/compiler-builtins/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/compiler-builtins/build.rs b/library/compiler-builtins/build.rs index b60181062a78..0486116778c0 100644 --- a/library/compiler-builtins/build.rs +++ b/library/compiler-builtins/build.rs @@ -320,6 +320,7 @@ mod c { // include them. if target_os != "ios" && target_os != "watchos" + && target_os != "tvos" && (target_vendor != "apple" || target_arch != "x86") { sources.extend(&[ @@ -391,6 +392,7 @@ mod c { if target_arch == "arm" && target_os != "ios" && target_os != "watchos" + && target_os != "tvos" && target_env != "msvc" { sources.extend(&[