Add macOS as exception to window server compile error

This commit is contained in:
Héctor Ramón Jiménez 2025-11-25 08:19:18 +01:00
parent 0a75f399a8
commit d759abe94a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -498,6 +498,7 @@ compile_error!(
#[cfg(all(
target_family = "unix",
not(target_os = "macos"),
not(feature = "wayland"),
not(feature = "x11"),
))]