Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-12-14 21:21:38 +0300
committerJunio C Hamano <gitster@pobox.com>2020-12-14 21:21:38 +0300
commitccbde2c4f4751096a526527e1aab3e508f093a3f (patch)
tree96d05d3fb2e0725e396c1ea564b3b7b39f89cc9e /contrib
parent3c9f0df16a20071aa6810152dd7f4003f3d96c4b (diff)
parente66590348a78d69b08dff8f6a1d978982e61465a (diff)
Merge branch 'da/vs-build-iconv-fix'
Build update. * da/vs-build-iconv-fix: ci(vs-build): stop passing the iconv library location explicitly
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/buildsystems/engine.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/buildsystems/engine.pl b/contrib/buildsystems/engine.pl
index 2ff9620459..ed6c45988a 100755
--- a/contrib/buildsystems/engine.pl
+++ b/contrib/buildsystems/engine.pl
@@ -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)$/) {