Skip to content

Commit 6e50021

Browse files
dschogitster
authored andcommitted
contrib/buildsystems: also handle -lexpat
This is a dependency required for the non-smart HTTP backend. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1a537ec commit 6e50021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/buildsystems/engine.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ sub handleLinkLine
347347
push(@libs, "ssleay32.lib");
348348
} elsif ("$part" eq "-lcurl") {
349349
push(@libs, "libcurl.lib");
350+
} elsif ("$part" eq "-lexpat") {
351+
push(@libs, "expat.lib");
350352
} elsif ("$part" eq "-liconv") {
351353
push(@libs, "libiconv.lib");
352354
} elsif ($part =~ /^-/) {

0 commit comments

Comments
 (0)