mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'win32-rc-def-soname' into 'master'
meson/win32: set LT_CURRENT_MINUS_AGE, it's used by the .rc.in files See merge request GNOME/glib!26
This commit is contained in:
commit
e201386143
@ -110,6 +110,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