1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

install: do not compile on redox

This commit is contained in:
Jeremy Soller 2021-08-06 14:17:40 -06:00
parent 134c1aa407
commit 783dd1ae01
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -217,9 +217,8 @@ feat_os_unix_fuchsia = [
feat_os_unix_redox = [ feat_os_unix_redox = [
"feat_common_core", "feat_common_core",
# #
"uname",
"chmod", "chmod",
"install", "uname",
] ]
# "feat_os_windows_legacy" == slightly restricted set of utilities which can be built/run on early windows platforms (eg, "WinXP") # "feat_os_windows_legacy" == slightly restricted set of utilities which can be built/run on early windows platforms (eg, "WinXP")
feat_os_windows_legacy = [ feat_os_windows_legacy = [