1
Fork 0
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:
Alex Lyon 2018-03-04 17:58:16 -08:00
parent 3969b431a9
commit 5d241da7ca
6 changed files with 90 additions and 44 deletions

View file

@ -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",