mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 19:16:17 -04:00
Ensure the directory for gram.h is created on win32
Result of bad testing of my last commit.
This commit is contained in:
parent
ed67b6cc2f
commit
deca07eddd
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ sub CopyIncludeFiles
|
|||
|
||||
EnsureDirectories($target, 'include', 'include/libpq',
|
||||
'include/internal', 'include/internal/libpq',
|
||||
'include/server');
|
||||
'include/server', 'include/server/parser');
|
||||
|
||||
CopyFiles(
|
||||
'Public headers',
|
||||
|
|
|
|||
Loading…
Reference in a new issue