Fix msvc builds for ActivePerl > 5.24

Magnus Hagander <magnus@hagander.net>

Commit: 7240962f8626ff09bb8f9e71ecdb074775bdd035
Author: Magnus Hagander <magnus@hagander.net>
Date: 2018-03-02T11:40:49Z
Releases: 11.0
Fix msvc builds for ActivePerl > 5.24

From this version ActivePerl ships both a .lib and a .a file for the
perl library, which our code would detect as there being no library
available. Instead, we should pick the .lib version and use that.

Report and suggested fix in bug #15065

Author: Heath Lord

Files

PathChange+/−
src/tools/msvc/Mkvcbuild.pm modified +3 −1