mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02: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:
@@ -316,7 +316,7 @@ else
|
|||||||
platform_deps = []
|
platform_deps = []
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if host_system == 'darwin'
|
if glib_have_cocoa
|
||||||
glib_sources += files('gosxutils.m')
|
glib_sources += files('gosxutils.m')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user