Add deployment-target --print flag for Apple targets

This commit is contained in:
BlackHoleFox 2022-12-05 23:15:16 -06:00
parent 74c4821045
commit a427d418fd
11 changed files with 73 additions and 14 deletions

View file

@ -60,6 +60,7 @@ pub mod crt_objects;
mod aix_base;
mod android_base;
mod apple_base;
pub use apple_base::deployment_target as current_apple_deployment_target;
mod avr_gnu_base;
mod bpf_base;
mod dragonfly_base;