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:
Justine Tunney 2021-09-04 06:50:57 -07:00
parent a81192e0b9
commit ab64c746cc
23 changed files with 40 additions and 3414 deletions

View file

@ -15,7 +15,6 @@
#define __UTIL_C
#include "third_party/infozip/zip/zip.h"
#include "third_party/infozip/zip/ebcdic.h"
#include "libc/str/str.h"
#include "libc/fmt/fmt.h"
#include "libc/fmt/conv.h"