We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eb58e commit 7e15c54Copy full SHA for 7e15c54
.github/workflows/wheels-dependencies.sh
@@ -80,11 +80,7 @@ function build_pkg_config {
80
81
function build_zlib_ng {
82
if [ -e zlib-stamp ]; then return; fi
83
- fetch_unpack https://github.com/zlib-ng/zlib-ng/archive/$ZLIB_NG_VERSION.tar.gz zlib-ng-$ZLIB_NG_VERSION.tar.gz
84
- (cd zlib-ng-$ZLIB_NG_VERSION \
85
- && ./configure --prefix=$BUILD_PREFIX --zlib-compat \
86
- && make -j4 \
87
- && make install)
+ build_github zlib-ng/zlib-ng $ZLIB_NG_VERSION --zlib-compat
88
89
if [ -n "$IS_MACOS" ]; then
90
# Ensure that on macOS, the library name is an absolute path, not an
0 commit comments