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

Fix build on Redox, and add stat to Redox feature

This commit is contained in:
Ian Douglas Scott 2023-11-05 18:11:04 -08:00
parent 673093f842
commit db91e12a1d
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")