aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-10-04 09:32:02 -0700
committerAndres Freund <andres@anarazel.de>2017-10-04 09:32:02 -0700
commit15334ad19a776f76cbb725e4e9162a7bce1bd4d0 (patch)
tree0539b85ce715f5980e847bb781cfe3c106ddc6cc /src
parent212e6f34d55c910505f87438d878698223d9a617 (diff)
downloadpostgresql-15334ad19a776f76cbb725e4e9162a7bce1bd4d0.tar.gz
postgresql-15334ad19a776f76cbb725e4e9162a7bce1bd4d0.zip
Attempt to adapt windows build for 212e6f34d55c.
Per buildfarm animal baiji.
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/Solution.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index 0925bef139e..947d9042446 100644
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -269,7 +269,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
print "Generating fmgrtab.c, fmgroids.h, fmgrprotos.h...\n";
chdir('src/backend/utils');
system(
-"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
+"perl -I ../catalog Gen_fmgrtab.pl -I../../../src/include/ ../../../src/include/catalog/pg_proc.h");
chdir('../../..');
}
if (IsNewer(