mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
chmod, install, uucore: fix build on Windows
This commit is contained in:
parent
5544def54e
commit
64c2c2055b
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ pub mod utf8;
|
|||
pub mod encoding;
|
||||
#[cfg(feature = "parse_time")]
|
||||
pub mod parse_time;
|
||||
#[cfg(feature = "mode")]
|
||||
pub mod mode;
|
||||
|
||||
#[cfg(all(not(windows), feature = "mode"))]
|
||||
pub mod mode;
|
||||
#[cfg(all(unix, not(target_os = "fuchsia"), feature = "utmpx"))]
|
||||
pub mod utmpx;
|
||||
#[cfg(all(unix, feature = "utsname"))]
|
||||
|
|
Loading…
Reference in a new issue