meson: Fix error message for iconv detection

This commit is contained in:
Nirbheek Chauhan 2018-05-16 14:26:11 +05:30
parent 7b8d8835f5
commit ab0a0c706c

View File

@ -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