You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
473 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -949,7 +949,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)