Blind attempt to fix MSVC pgcrypto build.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2021 22:02:27 +0000 (18:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2021 22:02:27 +0000 (18:02 -0400)
commit3c2c391dc9f82fae181508ebcc2f7621ffefd024
tree5a0cb4bde0951c15f8115390619ede8972a01f51
parentcbe25dcff73a297adbada9dc1d6cad3df18014e9
Blind attempt to fix MSVC pgcrypto build.

Commit db7d1a7b0 pulled out Mkvcbuild.pm's custom support for building
contrib/pgcrypto, but neglected to inform it that that module can now
be built normally.  Or at least I guess it can now be built normally.
But this is definitely causing bowerbird to fail, since it's trying to
test a module it hasn't built.
src/tools/msvc/Mkvcbuild.pm