hi,
what is the version of miniz
and how to update it?
I tried to replace miniz.c and miniz.h with [Login to see the link]
then compile failed with error:
▸ Building LuaRT core framework ■■■■■■■■■■■■■■In file included from compression\compression.c:14:
./compression\lib\zip.h:120:19: error: 'MZ_ZIP_LOCAL_DIR_HEADER_SIZE' undeclared here (not in a function); did you mean 'MZ_ZIP_FLAG_WRITE_HEADER_SET_SIZE'?
mz_uint8 header[MZ_ZIP_LOCAL_DIR_HEADER_SIZE];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
MZ_ZIP_FLAG_WRITE_HEADER_SET_SIZE
./compression\lib\zip.h:123:3: error: unknown type name 'mz_zip_writer_add_state'
mz_zip_writer_add_state state;
^~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:140: compression\compression.o] Error 1
make: *** [Makefile:22: core/.] Error 2
do you make any change to miniz, or is it possible to update miniz?