Merge branch 'macosx-remove-fixme' into 'master'

Meson: Remove FIXME about missing checks for macosx <= 10.3

Closes #1380

See merge request GNOME/glib!11
This commit is contained in:
Xavier Claessens 2018-05-25 14:02:03 +00:00
commit ef52658bb6

View File

@ -580,7 +580,6 @@ if host_system == 'darwin'
add_languages('objc')
objcc = meson.get_compiler('objc')
# FIXME: Should this be conditional? glib-gettext.m4 has some checks
osx_ldflags += ['-Wl,-framework,CoreFoundation']
# Mac OS X Carbon support