Add tvOS to build script

This commit is contained in:
Sebastian Imlay 2023-10-06 17:35:20 -04:00
parent 0e9d39e389
commit 25fa91e1b2

View file

@ -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(&[