diff --git a/compat/build.py b/compat/build.py index cc7444a25..1de829406 100644 --- a/compat/build.py +++ b/compat/build.py @@ -132,7 +132,7 @@ def setup(role: Role, target=GADGET_TARGET), ] - if host_os in {"macos", "ios", "tvos"} and host_arch in {"arm64e", "arm64"}: + if host_os in {"macos", "ios"} and host_arch in {"arm64e", "arm64"}: if host_arch == "arm64e": other_arch = "arm64" kind = "legacy"