10000 Properly install gram.h on MSVC builds · justtesting112233/postgres@ed67b6c · GitHub
[go: up one dir, main page]

Skip to content

Commit ed67b6c

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 5739935 commit ed67b6c

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
@@ -416,6 +416,8 @@ sub CopyIncludeFiles
416416
$target . '/include/server/',
417417
'src/include/', 'pg_config.h', 'pg_config_os.h'
418418
);
419+
CopyFiles('Grammar header', $target . '/include/server/parser/',
420+
'src/backend/parser/', 'gram.h');
419421
CopySetOfFiles('',
420422
[ glob( "src\\include\\*.h" ) ],
421423
$target . '/include/server/');

0 commit comments

Comments
 (0)
0