mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Force to use the config.h header file (required for HAVE_MMAP macro)
This commit is contained in:
parent
3d2ac608de
commit
b4893986b0
@ -13,4 +13,5 @@ xdgmime_lib = static_library('xdgmime',
|
||||
sources : xdgmime_sources,
|
||||
include_directories : [configinc],
|
||||
pic : true,
|
||||
c_args : [ '-DXDG_PREFIX=_gio_xdg' ] + glib_hidden_visibility_args)
|
||||
c_args : [ '-DHAVE_CONFIG_H',
|
||||
'-DXDG_PREFIX=_gio_xdg' ] + glib_hidden_visibility_args)
|
||||
|
Loading…
Reference in New Issue
Block a user