1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-27 12:23:29 +02:00

Fix build race between gio subdirs and gversionmacros.h

I made the kqueue failure 100% reliable with `samu -j1` on FreeBSD,
and therefore confirmed this fixes that problem.  Issue  is
an identical failure on win32, so I assume this fixes that, too,
but I haven't confirmed.

Fixes: 
This commit is contained in:
Eric van Gyzen
2023-07-25 20:27:39 -05:00
committed by Eric van Gyzen
parent e051f4abaf
commit 6b4b4cd889
2 changed files with 2 additions and 0 deletions

@@ -10,6 +10,7 @@ kqueue_lib = static_library('kqueue',
include_directories : [configinc, glibinc],
dependencies : [
gioenumtypes_dep,
libglib_dep,
gmodule_inc_dep,
],
gnu_symbol_visibility : 'hidden',

@@ -13,6 +13,7 @@ giowin32_lib = static_library('giowin32',
dependencies : [
libintl,
gioenumtypes_dep,
libglib_dep,
gmodule_inc_dep,
],
gnu_symbol_visibility : 'hidden',