mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-14 02:02:28 +03:00
Merge pull request #317 from radarhere/python311
This commit is contained in:
commit
2e3c52ce5b
|
@ -123,8 +123,6 @@ function pip_wheel_cmd {
|
|||
local abs_wheelhouse=$1
|
||||
if [ -z "$IS_MACOS" ]; then
|
||||
CFLAGS="$CFLAGS --std=c99" # for Raqm
|
||||
elif [[ "$MB_PYTHON_VERSION" == "3.11" ]]; then
|
||||
unset _PYTHON_HOST_PLATFORM
|
||||
fi
|
||||
pip wheel $(pip_opts) \
|
||||
--global-option build_ext --global-option --enable-raqm \
|
||||
|
|
Loading…
Reference in New Issue
Block a user