Update to lzlib 1.13.

This commit is contained in:
2023-09-24 03:01:23 +01:00
parent eee1c98ead
commit 5a6a32f513
29 changed files with 804 additions and 721 deletions

2
3rdparty/lzip.cmake vendored
View File

@@ -1,5 +1,5 @@
set("LZIP_DIRECTORY" "3rdparty/lzlib")
message(STATUS "LZIP VERSION: 1.12")
message(STATUS "LZIP VERSION: 1.13")
target_sources("Aaru.Compression.Native" PRIVATE ${LZIP_DIRECTORY}/lzlib.c)