<html><head></head><body>iconv executable on the build machine says nothing of the target, AFAIK.<br><br><div class="gmail_quote">Le 4 octobre 2018 14:02:12 GMT+03:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> contrib/src/iconv/rules.mak | 4 ++++<br> 1 file changed, 4 insertions(+)<br><br>diff --git a/contrib/src/iconv/rules.mak b/contrib/src/iconv/rules.mak<br>index c998fd81fc6..665eab04c12 100644<br>--- a/contrib/src/iconv/rules.mak<br>+++ b/contrib/src/iconv/rules.mak<br>@@ -7,6 +7,10 @@ PKGS += iconv<br> # Hard-code based on the operating system.<br> ifndef HAVE_WIN32<br> PKGS_FOUND += iconv<br>+else<br>+ifeq ($(call $(shell iconv --version || echo 1)),)<br>+PKGS_FOUND += iconv<br>+endif<br> endif<br> <br> $(TARBALLS)/libiconv-$(LIBICONV_VERSION).tar.gz:</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>