mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 16:48:17 -05:00
Add missing unicode_category.c to MSVC build scripts
Fixes MSVC build failure introduced by a02b37fc0
This commit is contained in:
parent
b690e5facb
commit
39c959ef25
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ sub mkvcbuild
|
|||
push(@pgcommonallfiles, 'md5.c');
|
||||
push(@pgcommonallfiles, 'sha1.c');
|
||||
push(@pgcommonallfiles, 'sha2.c');
|
||||
push(@pgcommonallfiles, 'unicode_category.c');
|
||||
}
|
||||
|
||||
our @pgcommonfrontendfiles = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue