Add android target

main
shellrow 2 years ago
parent 162240457f
commit 7ca22bdce8
  1. 1
      src/gateway/mod.rs

@ -59,6 +59,7 @@ pub fn get_default_gateway() -> Result<Gateway, String> {
#[cfg(any(
target_os = "linux",
target_os = "android",
target_os = "openbsd",
target_os = "freebsd",
target_os = "netbsd"

Loading…
Cancel
Save