Skip to content

Commit efda48f

Browse files
committed
fix: Add apple tvos support
1 parent 5b91c7b commit efda48f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,6 +2620,8 @@ impl Build {
26202620
clang.to_string()
26212621
} else if target.contains("apple-watchos") {
26222622
clang.to_string()
2623+
} else if target.contains("apple-tvos") {
2624+
clang.to_string()
26232625
} else if target.contains("android") {
26242626
autodetect_android_compiler(&target, &host, gnu, clang)
26252627
} else if target.contains("cloudabi") {

0 commit comments

Comments
 (0)