mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
Merge branch 'strlcpy-comment' into 'master'
Meson: Add comment telling why we test strlcpy/strlcat See merge request GNOME/glib!121
This commit is contained in:
commit
0e49e22ce0
@ -1767,6 +1767,8 @@ if host_system != 'windows' and get_option('xattr')
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Test if we have strlcpy/strlcat with a compatible implementation:
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=53933
|
||||||
if cc_can_run
|
if cc_can_run
|
||||||
rres = cc.run('''#include <stdlib.h>
|
rres = cc.run('''#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user