Skip to content

Commit

Permalink
unix: port zlib definition to YAML
Browse files Browse the repository at this point in the history
This _might_ tickle libz include and linking differences, as
previously we picked up the system paths. I think this may have
been a subtle bug and we should have been explicitly defining the
zlib build parameters, as we do build a custom libz.
  • Loading branch information
indygreg committed Jan 2, 2023
1 parent d558da4 commit 89e0952
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cpython-unix/extension-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -803,4 +803,9 @@ xxlimited_35:
xxsubtype: {}

zlib:
setup-dist-verbatim: true
sources:
- zlibmodule.c
includes-deps:
- include
links:
- z

0 comments on commit 89e0952

Please sign in to comment.