Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3457514

Browse files
committed
Properly install gram.h on MSVC builds
This file is now needed by pgAdmin builds, which started failing since it was missing in the installer builds.
1 parent db4d22d commit 3457514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/msvc/Install.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ sub CopyIncludeFiles
431431
$target . '/include/server/',
432432
'src/include/', 'pg_config.h', 'pg_config_os.h'
433433
);
434+
CopyFiles('Grammar header', $target . '/include/server/parser/',
435+
'src/backend/parser/', 'gram.h');
434436
CopySetOfFiles('',[ glob("src\\include\\*.h") ],$target . '/include/server/');
435437
my $D;
436438
opendir($D, 'src/include') || croak "Could not opendir on src/include!\n";

0 commit comments

Comments
 (0)