1
Fork 0
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:
Knight 2016-07-29 19:50:59 +08:00
parent 6b7254fc63
commit 68631e555f
3 changed files with 29 additions and 9 deletions

View file

@ -95,8 +95,9 @@ generic = [
"whoami",
"yes",
]
default = ["generic", "unix"]
test_unimplemented = []
nightly = []
default = ["generic", "unix"]
[dependencies]
uucore = { path="src/uucore" }