Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.2k stars 1.88k forks source link

feat: use the embedded libz when libz cannot be found. #1263

Closed catundercar closed 4 months ago

catundercar commented 4 months ago

When libz cannot be found, using CGO will occured not found -lz. Improvements: Use embedded zlib source code to generate libz static library for CGO to use.