1
Fork 0

wip: Support Apple tvOS in libstd

This commit is contained in:
Thom Chiovoloni 2022-10-11 17:22:12 -07:00
parent 006a26c0b5
commit bdc3db944c
No known key found for this signature in database
21 changed files with 84 additions and 22 deletions

View file

@ -18,6 +18,7 @@ fn main() {
|| target.contains("illumos")
|| target.contains("apple-darwin")
|| target.contains("apple-ios")
|| target.contains("apple-tvos")
|| target.contains("apple-watchos")
|| target.contains("uwp")
|| target.contains("windows")
@ -48,7 +49,6 @@ fn main() {
// - mipsel-sony-psp
// - nvptx64-nvidia-cuda
// - arch=avr
// - tvos (aarch64-apple-tvos, x86_64-apple-tvos)
// - uefi (x86_64-unknown-uefi, i686-unknown-uefi)
// - JSON targets
// - Any new targets that have not been explicitly added above.