Merge pull request #550 from simlay/add-tvos-to-buildrs
This commit is contained in:
commit
c21462c5e0
1 changed files with 2 additions and 0 deletions
|
|
@ -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(&[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue