[glib: 1/2] Meson: Remove FIXME about missing checks for macosx <= 10.3



commit d64ce3a53875654bd249b2c5d92dd66fa757caed
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Thu May 24 09:31:12 2018 -0400

    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.

 meson.build | 1 -
 1 file changed, 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]