ksud: Fix incorrect dependency

This commit is contained in:
tiann
2023-02-03 23:19:22 +08:00
parent aa73c34db2
commit 175de861bf
6 changed files with 30 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ rust-embed = { version = "6.4.2", features = [
"compression", # must clean build after updating binaries
] }
[target.'cfg(linux)'.dependencies]
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
sys-mount = "2.0.1"
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }