mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 11:14:05 +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')
|
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
|
||||||
|
Reference in New Issue
Block a user