Skip to content

Commit 3c2c391

Browse files
committed
Blind attempt to fix MSVC pgcrypto build.
Commit db7d1a7 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.
1 parent cbe25dc commit 3c2c391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ my @contrib_excludes = (
4747
'hstore_plperl', 'hstore_plpython',
4848
'intagg', 'jsonb_plperl',
4949
'jsonb_plpython', 'ltree_plpython',
50-
'pgcrypto', 'sepgsql',
50+
'sepgsql',
5151
'brin', 'test_extensions',
5252
'test_misc', 'test_pg_dump',
5353
'snapshot_too_old', 'unsafe_tests');

0 commit comments

Comments
 (0)