mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 14:00:57 +02:00
These scripts use $(readlink -f) to guess their own path if necessary,
but macOS readlink doesn't support the -f option, and POSIX doesn't
guarantee that readlink even exists.
Resolves: https://gitlab.gnome.org/GNOME/glib/-/issues/3289
Fixes: d7601f7e
"Incorporate some lint checks into `meson test`"
Signed-off-by: Simon McVittie <smcv@collabora.com>