Remove the bundled libb2 to assert we use the system one

This commit is contained in:
Miro Hrončok 2023-08-29 10:49:33 +02:00
commit 084ff5acf3

View file

@ -692,6 +692,7 @@ find -name '*.exe' -print -delete
# Remove bundled libraries to ensure that we're using the system copy.
rm -r Modules/expat
rm -r Modules/_blake2/impl
rm -r Modules/_decimal/libmpdec
# Remove files that should be generated by the build