mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 00:33:54 -05:00
Try to unbreak MSVC builds for pg_waldump
remedy an omission in commit 7d8219a444
This commit is contained in:
parent
07690aab46
commit
bbec50de16
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ sub mkvcbuild
|
|||
# files symlinked on Unix are copied on windows
|
||||
my $pg_waldump = AddSimpleFrontend('pg_waldump');
|
||||
$pg_waldump->AddDefine('FRONTEND');
|
||||
foreach my $xf (glob('src/backend/access/rmgrdesc/*desc.c'))
|
||||
foreach my $xf (glob('src/backend/access/rmgrdesc/*desc*.c'))
|
||||
{
|
||||
$pg_waldump->AddFile($xf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue