Remove zlib thingy

This commit is contained in:
Tobias Kunze 2023-10-15 00:02:20 +02:00
parent 9d02c70e34
commit 50b8c2f28e

View File

@ -38,7 +38,6 @@ prepare() {
# Ensure that we are using the system copy of various libraries (expat, zlib and libffi),
# rather than copies shipped in the tarball
rm -rf Modules/expat
rm -rf Modules/zlib
rm -rf Modules/_ctypes/{darwin,libffi}*
rm -rf Modules/_decimal/libmpdec
}