mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
cp: remove 'target_os = "macos-12"'
This commit is contained in:
parent
0e5614de2d
commit
a8483e4896
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
))]
|
||||
|
|
Loading…
Reference in a new issue