mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 12:37:46 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user