mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-24 00:20:06 +01:00
Meson: define G_HAVE_GROWING_STACK to 0 or 1
This commit is contained in:
parent
9cde3b2709
commit
aa02dac84f
@ -1660,7 +1660,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
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user