aboutsummaryrefslogtreecommitdiff
path: root/libs/glib2/patches/006-c99.patch
blob: b6d160737a8d45525663549e8803c8f993b71dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -1062,7 +1062,7 @@ if host_system == 'windows' and (cc.get_
   glib_conf.set('HAVE_C99_SNPRINTF', false)
   glib_conf.set('HAVE_C99_VSNPRINTF', false)
   glib_conf.set('HAVE_UNIX98_PRINTF', false)
-elif not cc_can_run and host_system in ['ios', 'darwin']
+elif true
   # All these are true when compiling natively on macOS, so we should use good
   # defaults when building for iOS and tvOS.
   glib_conf.set('HAVE_C99_SNPRINTF', true)