]> granicus.if.org Git - postgresql/commitdiff
Attempt to adapt windows build for 212e6f34d55c.
authorAndres Freund <andres@anarazel.de>
Wed, 4 Oct 2017 16:32:02 +0000 (09:32 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 4 Oct 2017 16:32:02 +0000 (09:32 -0700)
Per buildfarm animal baiji.

src/tools/msvc/Solution.pm

index 0925bef139e1ebe0bd2105c393f6c22fbc74785f..947d9042446a0b20136d0332727ee0c41e5417ed 100644 (file)
@@ -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(