mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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)
|
||||
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