Add macOS as exception to window server compile error
This commit is contained in:
parent
0a75f399a8
commit
d759abe94a
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ compile_error!(
|
|||
|
||||
#[cfg(all(
|
||||
target_family = "unix",
|
||||
not(target_os = "macos"),
|
||||
not(feature = "wayland"),
|
||||
not(feature = "x11"),
|
||||
))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue