Skip to content

Commit 07d10a1

Browse files
david-rowleypull[bot]
authored andcommitted
Try again to fix the MSVC build
My last attempt in 39c959e 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
1 parent 3b60f60 commit 07d10a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ sub mkvcbuild
140140
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
141141
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
142142
pg_get_line.c pg_lzcompress.c pg_prng.c pgfnames.c psprintf.c relpath.c
143-
rmtree.c saslprep.c scram-common.c string.c stringinfo.c unicode_norm.c
144-
username.c wait_error.c wchar.c);
143+
rmtree.c saslprep.c scram-common.c string.c stringinfo.c
144+
unicode_category.c unicode_norm.c username.c wait_error.c wchar.c);
145145

146146
if ($solution->{options}->{openssl})
147147
{
@@ -156,7 +156,6 @@ sub mkvcbuild
156156
push(@pgcommonallfiles, 'md5.c');
157157
push(@pgcommonallfiles, 'sha1.c');
158158
push(@pgcommonallfiles, 'sha2.c');
159-
push(@pgcommonallfiles, 'unicode_category.c');
160159
}
161160

162161
our @pgcommonfrontendfiles = (

0 commit comments

Comments
 (0)