mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01: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:
parent
89c6d64a97
commit
d64ce3a538
@ -580,7 +580,6 @@ if host_system == 'darwin'
|
|||||||
add_languages('objc')
|
add_languages('objc')
|
||||||
objcc = meson.get_compiler('objc')
|
objcc = meson.get_compiler('objc')
|
||||||
|
|
||||||
# FIXME: Should this be conditional? glib-gettext.m4 has some checks
|
|
||||||
osx_ldflags += ['-Wl,-framework,CoreFoundation']
|
osx_ldflags += ['-Wl,-framework,CoreFoundation']
|
||||||
|
|
||||||
# Mac OS X Carbon support
|
# Mac OS X Carbon support
|
||||||
|
Loading…
Reference in New Issue
Block a user