]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/buildsystems/engine.pl
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / contrib / buildsystems / engine.pl
index 070978506ad533b82f72aed9bd4f4062ee88cc71..2ff96204596445345e4566f37427c5ca49111419 100755 (executable)
@@ -349,7 +349,7 @@ sub handleLinkLine
         } elsif ("$part" eq "-lcurl") {
             push(@libs, "libcurl.lib");
         } elsif ("$part" eq "-lexpat") {
-            push(@libs, "expat.lib");
+            push(@libs, "libexpat.lib");
         } elsif ("$part" eq "-liconv") {
             push(@libs, "libiconv.lib");
         } elsif ($part =~ /^[-\/]/) {