mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Attempt to adapt windows build for 212e6f34d5.
Per buildfarm animal baiji.
This commit is contained in:
parent
212e6f34d5
commit
15334ad19a
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue