Raise minimum supported tvOS version to 10.0
This commit is contained in:
parent
3b52befdce
commit
2044a2d7fa
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ pub fn ios_sim_llvm_target(arch: Arch) -> String {
|
||||||
|
|
||||||
fn tvos_deployment_target() -> (u32, u32) {
|
fn tvos_deployment_target() -> (u32, u32) {
|
||||||
// If you are looking for the default deployment target, prefer `rustc --print deployment-target`.
|
// If you are looking for the default deployment target, prefer `rustc --print deployment-target`.
|
||||||
from_set_deployment_target("TVOS_DEPLOYMENT_TARGET").unwrap_or((7, 0))
|
from_set_deployment_target("TVOS_DEPLOYMENT_TARGET").unwrap_or((10, 0))
|
||||||
}
|
}
|
||||||
|
|
||||||
fn tvos_lld_platform_version() -> String {
|
fn tvos_lld_platform_version() -> String {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue