mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02: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:
@@ -1661,7 +1661,7 @@ else
|
|||||||
growing_stack = meson.get_cross_property('growing_stack', false)
|
growing_stack = meson.get_cross_property('growing_stack', false)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
glibconfig_conf.set('G_HAVE_GROWING_STACK', growing_stack)
|
glibconfig_conf.set10('G_HAVE_GROWING_STACK', growing_stack)
|
||||||
|
|
||||||
# Tests for iconv
|
# Tests for iconv
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user