mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
meson: Fix error message for iconv detection
This commit is contained in:
@@ -1586,7 +1586,7 @@ else
|
||||
endif
|
||||
|
||||
if not found_iconv
|
||||
error('No iconv() implementation found in C library or libiconv')
|
||||
error('iconv implementation "@0@" not found'.format(iconv_opt))
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user