Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83223f5

Browse files
Fix MSVC build for changes to binaryheap.
After 5af0263, binaryheap.c needs to be listed in Mkvcbuild.pm. Per buildfarm.
1 parent 5af0263 commit 83223f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ sub mkvcbuild
135135
}
136136

137137
our @pgcommonallfiles = qw(
138-
archive.c base64.c checksum_helper.c compression.c
138+
archive.c base64.c binaryheap.c checksum_helper.c compression.c
139139
config_info.c controldata_utils.c d2s.c encnames.c exec.c
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

0 commit comments

Comments
 (0)