Skip to content

Commit

Permalink
Merge pull request #550 from simlay/add-tvos-to-buildrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Oct 10, 2023
2 parents 88e2147 + d1c083c commit d1d785a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(&[
Expand Down Expand Up @@ -391,6 +392,7 @@ mod c {
if target_arch == "arm"
&& target_os != "ios"
&& target_os != "watchos"
&& target_os != "tvos"
&& target_env != "msvc"
{
sources.extend(&[
Expand Down

0 comments on commit d1d785a

Please sign in to comment.