mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-10 14:50:08 +02:00
Meson: define G_HAVE_GROWING_STACK to 0 or 1
This commit is contained in:
parent
032f1a9782
commit
3896bc3659
@ -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
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user