mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 11:26:17 +03:00
Restored _PYTHON_HOST_PLATFORM for Python 3.11
This commit is contained in:
parent
a2cfd50022
commit
09dee863fe
|
@ -123,8 +123,6 @@ function pip_wheel_cmd {
|
||||||
local abs_wheelhouse=$1
|
local abs_wheelhouse=$1
|
||||||
if [ -z "$IS_MACOS" ]; then
|
if [ -z "$IS_MACOS" ]; then
|
||||||
CFLAGS="$CFLAGS --std=c99" # for Raqm
|
CFLAGS="$CFLAGS --std=c99" # for Raqm
|
||||||
elif [[ "$MB_PYTHON_VERSION" == "3.11" ]]; then
|
|
||||||
unset _PYTHON_HOST_PLATFORM
|
|
||||||
fi
|
fi
|
||||||
pip wheel $(pip_opts) \
|
pip wheel $(pip_opts) \
|
||||||
--global-option build_ext --global-option --enable-raqm \
|
--global-option build_ext --global-option --enable-raqm \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user