1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

fix Windows build

This commit is contained in:
Grigory Smolkin 2020-04-29 01:38:00 +03:00
parent 2927549456
commit 985ddf898a

View File

@ -207,6 +207,7 @@ sub build_pgprobackup
$probackup->AddIncludeDir("$pgsrc/src/interfaces/libpq");
$probackup->AddIncludeDir("$pgsrc/src");
$probackup->AddIncludeDir("$pgsrc/src/port");
$probackup->AddIncludeDir("$pgsrc/src/include/portability");
$probackup->AddIncludeDir("$currpath");
$probackup->AddIncludeDir("$currpath/src");