]> code.octet-stream.net Git - netwatcher/blobdiff - Cargo.toml
Fix up linux build
[netwatcher] / Cargo.toml
index 78a17e682527061e0e5a83c0c0c06cbbf1987e5b..f6e31258ab65310367846a636d47bfea2ca676c8 100644 (file)
@@ -5,7 +5,7 @@ edition = "2021"
 
 [dependencies]
 
-[target.'cfg(any(target_vendor = "apple", target_os = "linux"))'.dependencies]
+[target.'cfg(any(target_vendor = "apple", target_os = "linux", target_os = "android"))'.dependencies]
 nix = { version = "0.29.0", features = ["net"] }
 
 [target.'cfg(target_vendor = "apple")'.dependencies]