mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Fix issues with InfoZip build
Artifacts weren't being invalidated because THIRD_PARTY_ZIP_SRCS_C needed to be renamed THIRD_PARTY_ZIP_SRCS. This caused a build break.
This commit is contained in:
parent
a81192e0b9
commit
ab64c746cc
23 changed files with 40 additions and 3414 deletions
2
third_party/infozip/zip/zip.c
vendored
2
third_party/infozip/zip/zip.c
vendored
|
@ -4750,7 +4750,9 @@ char **argv; /* command line tokens */
|
|||
#if CRYPT
|
||||
/* Initialize the crc_32_tab pointer, when encryption was requested. */
|
||||
if (key != NULL) {
|
||||
#ifndef USE_ZLIB
|
||||
crc_32_tab = get_crc_table();
|
||||
#endif
|
||||
#ifdef EBCDIC
|
||||
/* convert encryption key to ASCII (ISO variant for 8-bit ASCII chars) */
|
||||
strtoasc(key, key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue