[glib/glib-2-58: 32/55] Meson: define G_HAVE_GROWING_STACK to 0 or 1



commit aa02dac84f52ab0dea09163b262f5ef35e3dd01f
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 09e12aa4f..a3f86f8ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1660,7 +1660,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]