Apply patch to lua-ffi-zlib

This commit is contained in:
Théophile Diot 2023-07-03 12:24:21 -04:00
parent 1e7f92af80
commit b516ca2ea2
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ unsigned long crc32_combine(unsigned long, unsigned long, long);
]])
local zlib = ffi.load(ffi.os == "Windows" and "zlib1" or "z")
local zlib = ffi.load("/usr/share/bunkerweb/deps/lib/lua/libz.so")
_M.zlib = zlib
-- Default to 16k output buffer