rustc_target::spec::base::apple

Function deployment_target

source
fn deployment_target(os: &str, arch: Arch, abi: TargetAbi) -> (u16, u8, u8)
Expand description

Get the deployment target based on the standard environment variables, or fall back to a sane default.