mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-16 19:56:17 +00:00
Merge pull request #6405 from cakebaker/cp_remove_macos_12
cp: remove `target_os = "macos-12"`
This commit is contained in:
commit
89e96b1755
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…
Add table
Add a link
Reference in a new issue