Make SELinux support a feature

This commit is contained in:
topjohnwu
2023-10-17 13:29:15 -07:00
parent 66788dc58c
commit 4b8a0388e7
7 changed files with 36 additions and 29 deletions
+4
View File
@@ -6,6 +6,10 @@ edition = "2021"
[lib]
path = "lib.rs"
[features]
selinux = []
dyn_selinux = []
[build-dependencies]
cxx-gen = { workspace = true }