Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 361418b

Browse files
committed
Ensure the directory for gram.h is created on win32
Result of bad testing of my last commit.
1 parent 3457514 commit 361418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Install.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ sub CopyIncludeFiles
397397
my $target = shift;
398398

399399
EnsureDirectories($target, 'include', 'include/libpq','include/internal',
400-
'include/internal/libpq','include/server');
400+
'include/internal/libpq','include/server', 'include/server/parser');
401401

402402
CopyFiles(
403403
'Public headers',

0 commit comments

Comments
 (0)