mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
meson: Exclude gosxutils.m when building for iOS
For ios, the Cocoa header file does not exist, which causes compilation errors
This commit is contained in:
parent
50355361e6
commit
dcd15a10d2
@ -316,7 +316,7 @@ else
|
||||
platform_deps = []
|
||||
endif
|
||||
|
||||
if host_system == 'darwin'
|
||||
if glib_have_cocoa
|
||||
glib_sources += files('gosxutils.m')
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user