diff -r 7dddc2251365 -r bde1cd4c99d9 setup.py --- a/setup.py Wed Jan 08 15:09:01 2020 -0500 +++ b/setup.py Wed Jan 08 15:59:52 2020 -0500 @@ -1481,6 +1481,14 @@ ], ), Extension( + 'mercurial.thirdparty.sha1dc', + [ + 'mercurial/thirdparty/sha1dc/cext.c', + 'mercurial/thirdparty/sha1dc/lib/sha1.c', + 'mercurial/thirdparty/sha1dc/lib/ubc_check.c', + ], + ), + Extension( 'hgext.fsmonitor.pywatchman.bser', ['hgext/fsmonitor/pywatchman/bser.c'] ), RustStandaloneExtension(