[glib: 1/2] Meson: define G_HAVE_GROWING_STACK to 0 or 1
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Meson: define G_HAVE_GROWING_STACK to 0 or 1
- Date: Mon, 24 Sep 2018 14:28:39 +0000 (UTC)
commit 3896bc3659833ab677c116468b52d355c1695c3d
Author: Xavier Claessens <xavier claessens collabora com>
Date: Sun Sep 23 12:59:40 2018 -0400
Meson: define G_HAVE_GROWING_STACK to 0 or 1
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]