summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-05-24 09:31:12 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2018-05-25 09:50:52 -0400
commitd64ce3a53875654bd249b2c5d92dd66fa757caed (patch)
treef7a691325e364a0110cfcf5c6f5811db2c0f1efe /meson.build
parent89c6d64a970e44e0cddb56c9841b762c897442c6 (diff)
downloadglib-d64ce3a53875654bd249b2c5d92dd66fa757caed.tar.gz
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0ec6de72d..62989bedd 100644
--- a/meson.build
+++ b/meson.build
@@ -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