]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/buildsystems/engine.pl
Merge branch 'ad/t4129-setfacl-target-fix' into maint
[thirdparty/git.git] / contrib / buildsystems / engine.pl
index 2ff96204596445345e4566f37427c5ca49111419..ed6c45988a38b0f45a2b67a15cb18a221ad911c7 100755 (executable)
@@ -351,7 +351,7 @@ sub handleLinkLine
         } elsif ("$part" eq "-lexpat") {
             push(@libs, "libexpat.lib");
         } elsif ("$part" eq "-liconv") {
-            push(@libs, "libiconv.lib");
+            push(@libs, "iconv.lib");
         } elsif ($part =~ /^[-\/]/) {
             push(@lflags, $part);
         } elsif ($part =~ /\.(a|lib)$/) {