mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
disable zstd support for minizip
this should fix some macos issues
This commit is contained in:
parent
477070e04d
commit
df00ad7b88
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ if (NOT GEODE_BUILDING_DOCS)
|
|||
|
||||
# Zip support (needed for in-memory streams, which zlib's minizip doesn't support)
|
||||
set(MZ_LZMA Off CACHE INTERNAL "Enables LZMA & XZ compression")
|
||||
set(MZ_ZSTD Off CACHE INTERNAL "")
|
||||
CPMAddPackage("gh:zlib-ng/minizip-ng#cee6d8c")
|
||||
|
||||
# Regex support
|
||||
|
|
Loading…
Add table
Reference in a new issue