Skip to content

Commit

Permalink
add andriod
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 7, 2024
1 parent 27f4d52 commit aa248fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tcp_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn main() -> io::Result<()> {
Ok(())
}

#[cfg(target_os = "macos")]
#[cfg(any(target_os = "macos", target_os = "android"))]
fn main() {
println!("This example is not yet supported on this platform.");
}

0 comments on commit aa248fb

Please sign in to comment.