]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/vcbuild/scripts/clink.pl
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / compat / vcbuild / scripts / clink.pl
index 61ad084a7b710e3b667fe191bd06a63879e5177e..df167d1e1a542d37c794f0ed307dfdaac89092e3 100755 (executable)
@@ -66,7 +66,7 @@ while (@ARGV) {
                }
                push(@args, $lib);
        } elsif ("$arg" eq "-lexpat") {
-               push(@args, "expat.lib");
+               push(@args, "libexpat.lib");
        } elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
                $arg =~ s/^-L/-LIBPATH:/;
                push(@lflags, $arg);