Merge pull request #550 from simlay/add-tvos-to-buildrs

This commit is contained in:
Amanieu d'Antras 2023-10-10 14:50:50 +01:00 committed by GitHub
commit c21462c5e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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