mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
meson/win32: set LT_CURRENT_MINUS_AGE, it's used by the .rc.in files
This fixes the various warnings during meson configure on Windows about LT_CURRENT_MINUS_AGE not being present in the config data.
This commit is contained in:
parent
ef4d960d2c
commit
310c5301c6
@ -108,6 +108,9 @@ glib_conf.set('includedir', glib_includedir)
|
||||
glib_conf.set('datadir', glib_datadir)
|
||||
glib_conf.set('datarootdir', glib_datadir)
|
||||
|
||||
# used by the .rc.in files
|
||||
glibconfig_conf.set('LT_CURRENT_MINUS_AGE', soversion)
|
||||
|
||||
glib_conf.set('_GNU_SOURCE', 1)
|
||||
|
||||
if host_system == 'windows'
|
||||
|
Loading…
Reference in New Issue
Block a user