mirror of
https://github.com/postgres/postgres.git
synced 2026-02-10 06:13:34 -05:00
initdb now needs to reference libpq include files in MSVC builds.
Fallout from commit a00c58314. Per buildfarm.
This commit is contained in:
parent
a00c583147
commit
04164deb7c
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ my @contrib_excludes = (
|
|||
|
||||
# Set of variables for frontend modules
|
||||
my $frontend_defines = { 'initdb' => 'FRONTEND' };
|
||||
my @frontend_uselibpq = ('pg_ctl', 'pg_upgrade', 'pgbench', 'psql');
|
||||
my @frontend_uselibpq = ('pg_ctl', 'pg_upgrade', 'pgbench', 'psql', 'initdb');
|
||||
my @frontend_uselibpgport = (
|
||||
'pg_archivecleanup', 'pg_test_fsync',
|
||||
'pg_test_timing', 'pg_upgrade',
|
||||
|
|
|
|||
Loading…
Reference in a new issue