From 50b8c2f28e3aa2381d8f4432858b3a8e043679b2 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sun, 15 Oct 2023 00:02:20 +0200 Subject: [PATCH] Remove zlib thingy --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 1611465..9785427 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 }