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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy