We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb140ca commit 94b785fCopy full SHA for 94b785f
src/uu/id/build.rs
@@ -7,7 +7,7 @@ use cfg_aliases::cfg_aliases;
7
8
pub fn main() {
9
cfg_aliases! {
10
- selinux: { all(feature = "feat_selinux", any(target_os = "android", target_os = "linux")) },
11
- smack: { all(feature = "feat_smack", target_os = "linux") },
+ selinux: { all(feature = "selinux", any(target_os = "android", target_os = "linux")) },
+ smack: { all(feature = "smack", target_os = "linux") },
12
}
13
0 commit comments