mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
meson: Fix another kqueue build race on macOS
`gobject-visibility.h` is also needed at build time. To reproduce the error, just run `ninja gio/kqueue/libkqueue.a`
This commit is contained in:
@@ -11,6 +11,7 @@ kqueue_lib = static_library('kqueue',
|
||||
dependencies : [
|
||||
gioenumtypes_dep,
|
||||
libglib_dep,
|
||||
libgobject_dep,
|
||||
gmodule_inc_dep,
|
||||
],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
Reference in New Issue
Block a user