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

Our minimum requirement is already greater than that, so we don't need
to add checks there. We can always add -Wl,-framework,CoreFoundation
flag.

Fixes #1380.
This commit is contained in:
Xavier Claessens 2018-05-24 09:31:12 -04:00
parent 89c6d64a97
commit d64ce3a538

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