Skip to content

Commit d1c083c

Browse files
committed
Add tvOS to build script
1 parent 88e2147 commit d1c083c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ mod c {
320320
// include them.
321321
if target_os != "ios"
322322
&& target_os != "watchos"
323+
&& target_os != "tvos"
323324
&& (target_vendor != "apple" || target_arch != "x86")
324325
{
325326
sources.extend(&[
@@ -391,6 +392,7 @@ mod c {
391392
if target_arch == "arm"
392393
&& target_os != "ios"
393394
&& target_os != "watchos"
395+
&& target_os != "tvos"
394396
&& target_env != "msvc"
395397
{
396398
sources.extend(&[

0 commit comments

Comments
 (0)