]> granicus.if.org Git - postgresql/commit
Fix msvc builds for ActivePerl > 5.24
authorMagnus Hagander <magnus@hagander.net>
Fri, 2 Mar 2018 11:40:49 +0000 (12:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 2 Mar 2018 11:40:49 +0000 (12:40 +0100)
commit7240962f8626ff09bb8f9e71ecdb074775bdd035
tree9d458e1cc118e2f00011f9ed55fb13c7b6d4a136
parent17b340abf83d1b5f67808c45c63b9e0439569cef
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
src/tools/msvc/Mkvcbuild.pm