Fix implicit declaration error in zlib + macOS#24979
Conversation
|
This seems reasonable, since we are basically assuming that zlib's probe for whether unistd.h exists will always be successful. But we are already assuming that But if I understand correctly, this isn't just an OSX issue but an issue whenever Also, "sanity checks" failed here because the Adding @nicolasnoble for a second googler's review |
This commit also moves the CPPFLAGS config from Makefile, which is autogenerated, to build_handwritten.yaml, which is literally handwritten.
|
Thanks! Removed |
|
basic tests python windows: #25124 |
…laration Backport "Fix implicit declaration error in zlib + macOS #24979"
Fixes #24881. Based on madler/zlib#300 (comment).
@nicolasnoble