Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd357a16

Browse files
committed
Blind attempt at fixing Windows build
Broken sincefe33a19.
1 parentfe33a19 commitd357a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ sub GenerateFiles
276276
|| IsNewer('fmgr-stamp','../../../src/include/access/transam.h'))
277277
{
278278
system(
279-
"perl -I ../catalog Gen_fmgrtab.pl -I../../../src/include/$pg_proc_dat"
279+
"perl -I ../catalog Gen_fmgrtab.pl --include-path../../../src/include/$pg_proc_dat"
280280
);
281281
open(my$f,'>','fmgr-stamp')
282282
|| confess"Could not touch fmgr-stamp";
@@ -527,7 +527,7 @@ EOF
527527
{
528528
chdir('src/backend/catalog');
529529
my$bki_srcs =join(' ../../../src/include/catalog/',@bki_srcs);
530-
system("perl genbki.pl -I../../../src/include/ --set-version=$self->{majorver}$bki_srcs");
530+
system("perl genbki.pl--include-path../../../src/include/ --set-version=$self->{majorver}$bki_srcs");
531531
open(my$f,'>','bki-stamp')
532532
|| confess"Could not touch bki-stamp";
533533
close($f);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp