wip: Support Apple tvOS in libstd
This commit is contained in:
parent
006a26c0b5
commit
bdc3db944c
21 changed files with 84 additions and 22 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue