mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +02: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:
@@ -108,6 +108,9 @@ glib_conf.set('includedir', glib_includedir)
|
|||||||
glib_conf.set('datadir', glib_datadir)
|
glib_conf.set('datadir', glib_datadir)
|
||||||
glib_conf.set('datarootdir', 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)
|
glib_conf.set('_GNU_SOURCE', 1)
|
||||||
|
|
||||||
if host_system == 'windows'
|
if host_system == 'windows'
|
||||||
|
Reference in New Issue
Block a user