1 parent 59401e1 commit 03fa1e2Copy full SHA for 03fa1e2
1 file changed
pinger/src/lib.rs
@@ -28,7 +28,7 @@ use thiserror::Error;
28
29
#[cfg(unix)]
30
pub mod linux;
31
-#[cfg(target_os = "macos")]
+#[cfg(unix)]
32
pub mod macos;
33
#[cfg(windows)]
34
pub mod windows;
0 commit comments