We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00c583 commit 04164deCopy full SHA for 04164de
src/tools/msvc/Mkvcbuild.pm
@@ -50,7 +50,7 @@ my @contrib_excludes = (
50
51
# Set of variables for frontend modules
52
my $frontend_defines = { 'initdb' => 'FRONTEND' };
53
-my @frontend_uselibpq = ('pg_ctl', 'pg_upgrade', 'pgbench', 'psql');
+my @frontend_uselibpq = ('pg_ctl', 'pg_upgrade', 'pgbench', 'psql', 'initdb');
54
my @frontend_uselibpgport = (
55
'pg_archivecleanup', 'pg_test_fsync',
56
'pg_test_timing', 'pg_upgrade',
0 commit comments