mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 05:50:27 +00:00
Add zlib gzip functions
These will now be included in the cosmopolitan.a releases. It took a bit of time because, these functions depend on heavyweight parts of the libc that wouldn't be appropriate for the core zlib library to depend upon. Fixes #345
This commit is contained in:
parent
4499f98e76
commit
4e62cefa6e
11 changed files with 1991 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -127,6 +127,7 @@ include third_party/stb/stb.mk # │
|
|||
include dsp/scale/scale.mk # │
|
||||
include dsp/mpeg/mpeg.mk # │
|
||||
include dsp/dsp.mk # │
|
||||
include third_party/zlib/gz/gz.mk # │
|
||||
include third_party/musl/musl.mk # │
|
||||
include third_party/getopt/getopt.mk # │
|
||||
include libc/libc.mk #─┘
|
||||
|
@ -335,6 +336,7 @@ COSMOPOLITAN_HEADERS = \
|
|||
THIRD_PARTY_GETOPT \
|
||||
THIRD_PARTY_MUSL \
|
||||
THIRD_PARTY_ZLIB \
|
||||
THIRD_PARTY_ZLIB_GZ \
|
||||
THIRD_PARTY_REGEX
|
||||
|
||||
o/$(MODE)/cosmopolitan.a: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue