mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
Merge branch '1538-growing-stack' into 'master'
Meson: define G_HAVE_GROWING_STACK to 0 or 1 Closes #1538 See merge request GNOME/glib!342
This commit is contained in:
commit
c1999271b5
@ -1661,7 +1661,7 @@ else
|
||||
growing_stack = meson.get_cross_property('growing_stack', false)
|
||||
endif
|
||||
|
||||
glibconfig_conf.set('G_HAVE_GROWING_STACK', growing_stack)
|
||||
glibconfig_conf.set10('G_HAVE_GROWING_STACK', growing_stack)
|
||||
|
||||
# Tests for iconv
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user