mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 00:31:07 -04:00
Un-break pg_basebackup's MSVC build.
Commit 23a1c6578 thought it'd be cute to refactor
pg_basebackup/Makefile with a new variable BBOBJS,
but our MSVC build system knows nothing of that.
Per buildfarm.
This commit is contained in:
parent
57e3c5160b
commit
d8bf0a1c1d
1 changed files with 4 additions and 0 deletions
|
|
@ -373,7 +373,11 @@ sub mkvcbuild
|
|||
}
|
||||
|
||||
my $pgbasebackup = AddSimpleFrontend('pg_basebackup', 1);
|
||||
# This list of files has to match BBOBJS in pg_basebackup's Makefile.
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/pg_basebackup.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_file.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_inject.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_tar.c');
|
||||
$pgbasebackup->AddLibrary('ws2_32.lib');
|
||||
|
||||
my $pgreceivewal = AddSimpleFrontend('pg_basebackup', 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue