Add apple tvos support
This commit is contained in:
parent
c8e4b23af8
commit
8387c3953e
2
build.rs
2
build.rs
@ -279,7 +279,7 @@ const LINUX_ABI: &[&str] = &[
|
||||
|
||||
/// Operating systems that have the same ABI as macOS on every architecture
|
||||
/// mentioned in `ASM_TARGETS`.
|
||||
const MACOS_ABI: &[&str] = &["ios", "macos"];
|
||||
const MACOS_ABI: &[&str] = &["ios", "macos", "tvos"];
|
||||
|
||||
const WINDOWS: &str = "windows";
|
||||
|
||||
|
@ -131,6 +131,7 @@ impl crate::sealed::Sealed for SystemRandom {}
|
||||
target_os = "haiku",
|
||||
target_os = "illumos",
|
||||
target_os = "ios",
|
||||
target_os = "tvos",
|
||||
target_os = "linux",
|
||||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
|
Loading…
x
Reference in New Issue
Block a user