mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
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.
This commit is contained in:
parent
d61d3c39dd
commit
afa5584b25
@ -410,6 +410,8 @@ sub CopyIncludeFiles
|
||||
$target . '/include/server/',
|
||||
'src/include/', 'pg_config.h', 'pg_config_os.h'
|
||||
);
|
||||
CopyFiles('Grammar header', $target . '/include/server/parser/',
|
||||
'src/backend/parser/', 'gram.h');
|
||||
CopySetOfFiles('',
|
||||
[ glob( "src\\include\\*.h" ) ],
|
||||
$target . '/include/server/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user