mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
arch: add support for building on Windows
This commit is contained in:
parent
3969b431a9
commit
5d241da7ca
6 changed files with 90 additions and 44 deletions
|
@ -6,7 +6,6 @@ build = "build.rs"
|
|||
|
||||
[features]
|
||||
unix = [
|
||||
"arch",
|
||||
"chgrp",
|
||||
"chmod",
|
||||
"chown",
|
||||
|
@ -44,7 +43,6 @@ unix = [
|
|||
# all utilities in that feature.
|
||||
fuchsia = [
|
||||
# unix utilities
|
||||
"arch",
|
||||
"chgrp",
|
||||
"chmod",
|
||||
"chown",
|
||||
|
@ -67,6 +65,7 @@ fuchsia = [
|
|||
"generic"
|
||||
]
|
||||
generic = [
|
||||
"arch",
|
||||
"cat",
|
||||
"hashsum",
|
||||
"join",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue