Skip to content

Commit

Permalink
fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 7, 2024
1 parent 5270211 commit 27f4d52
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(not(any(target_os = "linux", target_os = "windows")))]
#[cfg(target_os = "macos")]
fn main() {
println!("This example is not yet supported on this platform.");
}

0 comments on commit 27f4d52

Please sign in to comment.