1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #5502 from ids1024/redox

Fix build on Redox, and add `stat` to Redox feature
This commit is contained in:
Sylvestre Ledru 2023-12-11 07:48:43 +01:00 committed by GitHub
commit 62afd786f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 29 additions and 20 deletions

View file

@ -240,6 +240,7 @@ feat_os_unix_redox = [
"feat_common_core",
#
"chmod",
"stat",
"uname",
]
# "feat_os_windows_legacy" == slightly restricted set of utilities which can be built/run on early windows platforms (eg, "WinXP")