Skip to content

Commit

Permalink
compat: Omit tvOS for now
Browse files Browse the repository at this point in the history
As the state of our arm64e support there is unknown.
  • Loading branch information
oleavr committed Apr 30, 2024
1 parent 2add9b6 commit 6eed206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6eed206

Please sign in to comment.