mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
Meson: Add missing checks for functions
This commit is contained in:
parent
c36c55dbd6
commit
8ba364186f
@ -420,6 +420,8 @@ functions = [
|
|||||||
'wcrtomb',
|
'wcrtomb',
|
||||||
'wcslen',
|
'wcslen',
|
||||||
'wcsnlen',
|
'wcsnlen',
|
||||||
|
'sysctlbyname',
|
||||||
|
'_NSGetEnviron',
|
||||||
]
|
]
|
||||||
|
|
||||||
if glib_conf.has('HAVE_SYS_STATVFS_H')
|
if glib_conf.has('HAVE_SYS_STATVFS_H')
|
||||||
|
Loading…
Reference in New Issue
Block a user