File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ sub mkvcbuild
140
140
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
141
141
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
142
142
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) ;
145
145
146
146
if ($solution -> {options }-> {openssl })
147
147
{
@@ -156,7 +156,6 @@ sub mkvcbuild
156
156
push (@pgcommonallfiles , ' md5.c' );
157
157
push (@pgcommonallfiles , ' sha1.c' );
158
158
push (@pgcommonallfiles , ' sha2.c' );
159
- push (@pgcommonallfiles , ' unicode_category.c' );
160
159
}
161
160
162
161
our @pgcommonfrontendfiles = (
You can’t perform that action at this time.
0 commit comments