mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 07:27:46 +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;
|
pub mod encoding;
|
||||||
#[cfg(feature = "parse_time")]
|
#[cfg(feature = "parse_time")]
|
||||||
pub mod 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"))]
|
#[cfg(all(unix, not(target_os = "fuchsia"), feature = "utmpx"))]
|
||||||
pub mod utmpx;
|
pub mod utmpx;
|
||||||
#[cfg(all(unix, feature = "utsname"))]
|
#[cfg(all(unix, feature = "utsname"))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue