We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b52bef commit 2044a2dCopy full SHA for 2044a2d
compiler/rustc_target/src/spec/apple_base.rs
@@ -322,7 +322,7 @@ pub fn ios_sim_llvm_target(arch: Arch) -> String {
322
323
fn tvos_deployment_target() -> (u32, u32) {
324
// If you are looking for the default deployment target, prefer `rustc --print deployment-target`.
325
- from_set_deployment_target("TVOS_DEPLOYMENT_TARGET").unwrap_or((7, 0))
+ from_set_deployment_target("TVOS_DEPLOYMENT_TARGET").unwrap_or((10, 0))
326
}
327
328
fn tvos_lld_platform_version() -> String {
0 commit comments