mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
meson: Fix gnulib compilation on MSVC
glibinc is needed for including glibconfig.h, this was not noticed during testing probably because a system-installed header got picked up instead.
This commit is contained in:
parent
7a9d92702e
commit
87122cae38
@ -1,4 +1,4 @@
|
||||
gnulib_lib = static_library('gnulib', 'asnprintf.c', 'printf.c', 'printf-args.c', 'printf-parse.c', 'vasnprintf.c',
|
||||
include_directories : configinc,
|
||||
include_directories : [configinc, glibinc],
|
||||
pic : true,
|
||||
c_args : [ '-DLIBDIR="@0@"'.format(get_option('libdir')), '-DGLIB_COMPILATION', '-DG_LOG_DOMAIN="GLib"' ] + glib_hidden_visibility_args)
|
||||
|
Loading…
Reference in New Issue
Block a user