mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Merge branch 'fix-macos-build' into 'main'
meson: Fix project not compiling in macOS Closes #3419 See merge request GNOME/glib!4175
This commit is contained in:
commit
474dbd91f7
@ -399,10 +399,7 @@ if host_system != 'windows'
|
|||||||
if glib_have_os_x_9_or_later
|
if glib_have_os_x_9_or_later
|
||||||
unix_sources += files('gcocoanotificationbackend.m')
|
unix_sources += files('gcocoanotificationbackend.m')
|
||||||
endif
|
endif
|
||||||
unix_sources += files(
|
unix_sources += files('gosxnetworkmonitor.c')
|
||||||
'gosxnetworkmonitor.c',
|
|
||||||
'gosxnetworkmonitor.h'
|
|
||||||
)
|
|
||||||
application_headers += files('gosxappinfo.h')
|
application_headers += files('gosxappinfo.h')
|
||||||
else
|
else
|
||||||
contenttype_sources += files('gcontenttype-fdo.c')
|
contenttype_sources += files('gcontenttype-fdo.c')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user