diff --git a/src/lib.rs b/src/lib.rs index e0cf7646..111c25e7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -498,6 +498,7 @@ compile_error!( #[cfg(all( target_family = "unix", + not(target_os = "macos"), not(feature = "wayland"), not(feature = "x11"), ))]