Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15334ad

Browse files
committed
Attempt to adapt windows build for 212e6f3.
Per buildfarm animal baiji.
1 parent 212e6f3 commit 15334ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Solution.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
269269
print "Generating fmgrtab.c, fmgroids.h, fmgrprotos.h...\n";
270270
chdir('src/backend/utils');
271271
system(
272-
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
272+
"perl -I ../catalog Gen_fmgrtab.pl -I../../../src/include/ ../../../src/include/catalog/pg_proc.h");
273273
chdir('../../..');
274274
}
275275
if (IsNewer(

0 commit comments

Comments
 (0)