Skip to content

Commit d651140

Browse files
Enable fsxattr for macos
1 parent 6196422 commit d651140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub use crate::features::wide;
9595
#[cfg(feature = "fsext")]
9696
pub use crate::features::fsext;
9797

98-
#[cfg(all(unix, not(target_os = "macos"), feature = "fsxattr"))]
98+
#[cfg(all(unix, feature = "fsxattr"))]
9999
pub use crate::features::fsxattr;
100100

101101
//## core functions

0 commit comments

Comments
 (0)