Skip to content

Conversation

@pypy-vrc
Copy link

macOS Sequoia 15.6
darwin 24.6.0
python 3.9.6
node 22.18.0
node-gyp 11.2.0

output:

image

after bumping zlib to 1.3.1:

image

added missing line:

+++ vendor/zlib/gzguts.h
@@ -33,4 +33,6 @@
#ifdef _WIN32
#  include <stddef.h>
+#else
+#  include <unistd.h>
#endif

This pull request updates zlib from 1.2.8 (Apr 28, 2013) to 1.3.1 (Jan 22, 2024) and added a single line of code. the build now succeeds, though I'm not sure if this could introduce any compatibility issues.

Anyway, my audio-bot builds and runs fine with this. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant