mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08: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
763072ba8f
commit
628a6b7564
@ -397,7 +397,7 @@ sub CopyIncludeFiles
|
||||
my $target = shift;
|
||||
|
||||
EnsureDirectories($target, 'include', 'include/libpq','include/internal',
|
||||
'include/internal/libpq','include/server');
|
||||
'include/internal/libpq','include/server', 'include/server/parser');
|
||||
|
||||
CopyFiles(
|
||||
'Public headers',
|
||||
|
Loading…
Reference in New Issue
Block a user