Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #254 from radarhere/auditwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 17, 2022
2 parents 0163e70 + 6e24dc6 commit b8ceb43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ ARCHIVE_SDIR=pillow-depends-main
FREETYPE_VERSION=2.11.1
HARFBUZZ_VERSION=3.4.0
LIBPNG_VERSION=1.6.37
ZLIB_VERSION=1.2.11
JPEGTURBO_VERSION=2.1.2
OPENJPEG_VERSION=2.4.0
XZ_VERSION=5.2.5
TIFF_VERSION=4.3.0
LCMS2_VERSION=2.13.1
if [[ -n "$IS_MACOS" ]]; then
GIFLIB_VERSION=5.1.4
ZLIB_VERSION=1.2.11
else
GIFLIB_VERSION=5.2.1
ZLIB_VERSION=1.2.8
fi
LIBWEBP_VERSION=1.2.2
BZIP2_VERSION=1.0.8
Expand Down Expand Up @@ -133,10 +134,6 @@ function pre_build {
}

function pip_wheel_cmd {
if [ -z "$IS_MACOS" ]; then
pipx install --force "auditwheel<5"
fi

local abs_wheelhouse=$1
if [ -z "$IS_MACOS" ]; then
CFLAGS="$CFLAGS --std=c99" # for Raqm
Expand Down

0 comments on commit b8ceb43

Please # to comment.