cp: remove 'target_os = "macos-12"'

This commit is contained in:
Daniel Hofstetter 2024-05-16 16:26:50 +02:00
parent 0e5614de2d
commit a8483e4896

View file

@ -2114,7 +2114,6 @@ fn handle_no_preserve_mode(options: &Options, org_mode: u32) -> u32 {
#[cfg(not(any(
target_os = "android",
target_os = "macos",
target_os = "macos-12",
target_os = "freebsd",
target_os = "redox",
)))]
@ -2131,7 +2130,6 @@ fn handle_no_preserve_mode(options: &Options, org_mode: u32) -> u32 {
#[cfg(any(
target_os = "android",
target_os = "macos",
target_os = "macos-12",
target_os = "freebsd",
target_os = "redox",
))]