Skip to content

Commit b95a158

Browse files
committed
Windows: minor fix
1 parent 1c9013e commit b95a158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gen_probackup_project.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ BEGIN
6363

6464
if (-d "src/fe_utils")
6565
{
66-
libpgfeutils = 1;
66+
$libpgfeutils = 1;
6767
}
6868
else
6969
{
70-
libpgfeutils = 0;
70+
$libpgfeutils = 0;
7171
}
7272

7373

@@ -211,7 +211,7 @@ sub build_pgprobackup
211211
$probackup->AddIncludeDir("$currpath/src");
212212
$probackup->AddIncludeDir("$currpath/src/utils");
213213

214-
if (libpgfeutils)
214+
if ($libpgfeutils)
215215
{
216216
$probackup->AddReference($libpq, $libpgfeutils, $libpgcommon, $libpgport);
217217
}

0 commit comments

Comments
 (0)