ksud: Disable modules when magisk installed

This commit is contained in:
tiann
2023-03-01 11:39:48 +08:00
parent 1c65048813
commit c34a5ae2a6
4 changed files with 28 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ rust-embed = { version = "6.4.2", features = [
"debug-embed",
"compression", # must clean build after updating binaries
] }
which = "4.2.2"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
sys-mount = { git = "https://github.com/tiann/sys-mount" }