Mark chmod as Unix-only until better Win support.

This commit is contained in:
Joseph Crail 2015-12-01 01:27:36 -05:00
parent cbce549de7
commit 2c8ebb6215
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,7 @@ build = "build.rs"
[features]
unix = [
"chmod",
"chroot",
"du",
"groups",
@ -31,7 +32,6 @@ generic = [
"base64",
"basename",
"cat",
"chmod",
"cksum",
"comm",
"cp",

View file

@ -28,7 +28,6 @@ PROGS := \
base64 \
basename \
cat \
chmod \
cksum \
comm \
cp \
@ -81,6 +80,7 @@ PROGS := \
whoami
UNIX_PROGS := \
chmod \
chroot \
du \
groups \