Skip to content

Commit 248c449

Browse files
committed
PGPRO-1893: Add define FRONTEND to build Windows distro
1 parent 4293603 commit 248c449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen_probackup_project.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ sub build_pgprobackup
127127
#vvs test
128128
my $probackup =
129129
$solution->AddProject('pg_probackup', 'exe', 'pg_probackup'); #, 'contrib/pg_probackup'
130+
$probackup->AddDefine('FRONTEND');
130131
$probackup->AddFiles(
131132
'contrib/pg_probackup/src',
132133
'archive.c',

0 commit comments

Comments
 (0)