mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-25 00:50:05 +01:00
meson: Fix error message for iconv detection
This commit is contained in:
parent
7b8d8835f5
commit
ab0a0c706c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user