From 09dee863fec6f24d14c6a8d287736c9f7cf63e39 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 1 Sep 2022 10:20:49 +1000 Subject: [PATCH] Restored _PYTHON_HOST_PLATFORM for Python 3.11 --- config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.sh b/config.sh index 9e1c19bb3..feb26da9e 100644 --- a/config.sh +++ b/config.sh @@ -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 \