Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit151ffcf

Browse files
committed
Try again to fix the MSVC build
My last attempt in39c959e mistakenly conditionally added the missingfile based on some unrelated condition.Reported-by: Thomas MunroDiscussion:https://postgr.es/m/CA+hUKGLovvAXim9Fytn=jxks9s=JhP5=8Oyy0cbxGG-ggALJtg@mail.gmail.com
1 parentec63622 commit151ffcf

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.cusername.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)

[8]ページ先頭

©2009-2025 Movatter.jp