mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Fix windows build
This commit is contained in:
parent
6b7254fc63
commit
68631e555f
3 changed files with 29 additions and 9 deletions
|
@ -95,8 +95,9 @@ generic = [
|
|||
"whoami",
|
||||
"yes",
|
||||
]
|
||||
default = ["generic", "unix"]
|
||||
test_unimplemented = []
|
||||
nightly = []
|
||||
default = ["generic", "unix"]
|
||||
|
||||
[dependencies]
|
||||
uucore = { path="src/uucore" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue