summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-09-23 12:59:40 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2018-09-23 12:59:40 -0400
commit3896bc3659833ab677c116468b52d355c1695c3d (patch)
treed79910bf91df67028099c42948d3a316ffb8861f /meson.build
parent032f1a9782d59452b390299192ef35276ceb4c5d (diff)
downloadglib-3896bc3659833ab677c116468b52d355c1695c3d.tar.gz
Meson: define G_HAVE_GROWING_STACK to 0 or 1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7c59300b7..5f6cfb444 100644
--- a/meson.build
+++ b/meson.build
@@ -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
#