From d759abe94a7b0f8e64e25a1c3475115f8d64fa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 25 Nov 2025 08:19:18 +0100 Subject: [PATCH] Add macOS as exception to window server compile error --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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"), ))]