Fix missing header files

This commit is contained in:
2026-02-28 11:19:16 +02:00
parent f58e6612ef
commit ad7a90fa41
3 changed files with 24 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"/contrib/minizip
patch -Np3 -i "$BPM_WORKDIR"/zlib-1.3.2-fix-headers.patch
# Backup Makefile to run tests
cp Makefile Makefile.orig