blob: 98c17db0f24a63a88eea520a8356bc8300ed1fe3 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/meson.build
2+++ b/meson.build
3@@ -1189,7 +1189,7 @@ if host_system == 'windows' and (cc.get_
4 glib_conf.set('HAVE_C99_SNPRINTF', false)
5 glib_conf.set('HAVE_C99_VSNPRINTF', false)
6 glib_conf.set('HAVE_UNIX98_PRINTF', false)
7-elif not cc_can_run and host_system in ['ios', 'darwin']
8+elif true
9 # All these are true when compiling natively on macOS, so we should use good
10 # defaults when building for iOS and tvOS.
11 glib_conf.set('HAVE_C99_SNPRINTF', true)