1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-07 13:40:17 +02:00

PGPRO-1893: Add define FRONTEND to build Windows distro

This commit is contained in:
Arthur Zakirov 2018-08-15 15:04:43 +03:00
parent 4293603ed1
commit 248c4493dc

View File

@ -127,6 +127,7 @@ sub build_pgprobackup
#vvs test
my $probackup =
$solution->AddProject('pg_probackup', 'exe', 'pg_probackup'); #, 'contrib/pg_probackup'
$probackup->AddDefine('FRONTEND');
$probackup->AddFiles(
'contrib/pg_probackup/src',
'archive.c',