Merge branch 'patch-1' into 'master'

meson: Exclude gosxutils.m when building for iOS

See merge request GNOME/glib!1458
This commit is contained in:
Philip Withnall
2020-05-04 10:22:56 +00:00

View File

@@ -316,7 +316,7 @@ else
platform_deps = []
endif
if host_system == 'darwin'
if glib_have_cocoa
glib_sources += files('gosxutils.m')
endif