Skip to content

meson: Set BROKEN_POLL in macOS builds

Haruka Ma requested to merge HarukaMa/glib:macos-broken-poll into main

macOS doesn't have a compatible poll implementation.

glib/gpoll.c actually indicates this but the transition to meson seems have missed the check for the required defines.

This currently breaks tap networking of QEMU on macOS: ref

Edited by Haruka Ma

Merge request reports