Skip to content

Commit 94b785f

Browse files
committed
fixup
1 parent fb140ca commit 94b785f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uu/id/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use cfg_aliases::cfg_aliases;
77

88
pub fn main() {
99
cfg_aliases! {
10-
selinux: { all(feature = "feat_selinux", any(target_os = "android", target_os = "linux")) },
11-
smack: { all(feature = "feat_smack", target_os = "linux") },
10+
selinux: { all(feature = "selinux", any(target_os = "android", target_os = "linux")) },
11+
smack: { all(feature = "smack", target_os = "linux") },
1212
}
1313
}

0 commit comments

Comments
 (0)