mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01: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:
parent
44a145f2e3
commit
a4483644e8
@ -11,6 +11,7 @@ kqueue_lib = static_library('kqueue',
|
||||
dependencies : [
|
||||
gioenumtypes_dep,
|
||||
libglib_dep,
|
||||
libgobject_dep,
|
||||
gmodule_inc_dep,
|
||||
],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
Loading…
Reference in New Issue
Block a user