mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03: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
@ -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…
x
Reference in New Issue
Block a user