mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
Try again to fix the MSVC build
My last attempt in 39c959ef2 mistakenly conditionally added the missing
file based on some unrelated condition.
Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGLovvAXim9Fytn=jxks9s=JhP5=8Oyy0cbxGG-ggALJtg@mail.gmail.com
This commit is contained in:
parent
ec63622c03
commit
151ffcf6d8
1 changed files with 2 additions and 3 deletions
|
|
@ -140,8 +140,8 @@ sub mkvcbuild
|
|||
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
|
||||
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
|
||||
pg_get_line.c pg_lzcompress.c pg_prng.c pgfnames.c psprintf.c relpath.c
|
||||
rmtree.c saslprep.c scram-common.c string.c stringinfo.c unicode_norm.c
|
||||
username.c wait_error.c wchar.c);
|
||||
rmtree.c saslprep.c scram-common.c string.c stringinfo.c
|
||||
unicode_category.c unicode_norm.c username.c wait_error.c wchar.c);
|
||||
|
||||
if ($solution->{options}->{openssl})
|
||||
{
|
||||
|
|
@ -156,7 +156,6 @@ 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