mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
Merge branch 'meson-good-printf-fixes' into 'master'
meson: build gnulib if printf isn't good enough See merge request GNOME/glib!1031
This commit is contained in:
@@ -12,7 +12,7 @@ endif
|
|||||||
# <https://github.com/mesonbuild/meson/issues/3937>. When we can depend
|
# <https://github.com/mesonbuild/meson/issues/3937>. When we can depend
|
||||||
# on a meson version where those are fixed, revert the commit that
|
# on a meson version where those are fixed, revert the commit that
|
||||||
# introduced this workaround.
|
# introduced this workaround.
|
||||||
if have_good_vsnprintf and have_good_snprintf
|
if have_good_vsnprintf and have_good_snprintf and have_good_printf
|
||||||
gnulib_lib = []
|
gnulib_lib = []
|
||||||
gnulib_objects = []
|
gnulib_objects = []
|
||||||
gnulib_libm_dependency = []
|
gnulib_libm_dependency = []
|
||||||
|
Reference in New Issue
Block a user