Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39c959e

Browse files
committed
Add missing unicode_category.c to MSVC build scripts
Fixes MSVC build failure introduced by a02b37f
1 parent b690e5f commit 39c959e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/Mkvcbuild.pm

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ sub mkvcbuild
156156
push(@pgcommonallfiles, 'md5.c');
157157
push(@pgcommonallfiles, 'sha1.c');
158158
push(@pgcommonallfiles, 'sha2.c');
159+
push(@pgcommonallfiles, 'unicode_category.c');
159160
}
160161

161162
our @pgcommonfrontendfiles = (

0 commit comments

Comments
 (0)