mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Fix import zlib for older versions of python (again)
This commit is contained in:
parent
fd69cc9c70
commit
465f2028f3
|
@ -228,6 +228,7 @@ build:
|
|||
- bin/pydoc{{version.marketing}}
|
||||
- bin/python{{version.marketing}}-config
|
||||
|
||||
CPPFLAGS: -I{{ deps.zlib.net.prefix }}/include
|
||||
LDFLAGS: -L{{ deps.zlib.net.prefix }}/lib
|
||||
OPENSSL_INCLUDES: ${{ deps.openssl.org.prefix }}/include
|
||||
OPENSSL_LDFLAGS: -L{{ deps.openssl.org.prefix }}/lib
|
||||
|
|
Loading…
Reference in a new issue