mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-06 22:50:55 +03:00
Fix PLAT envvar in cibuildwheel container
This commit is contained in:
parent
e2add24ec5
commit
e5494a2ce8
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -5,7 +5,7 @@ if [ -z "$IS_MACOS" ]; then
|
|||
export MB_ML_LIBC=${AUDITWHEEL_POLICY::9}
|
||||
export MB_ML_VER=${AUDITWHEEL_POLICY:9}
|
||||
fi
|
||||
export PLAT=$CIBW_ARCHS
|
||||
export PLAT="${CIBW_ARCHS:-$AUDITWHEEL_ARCH}"
|
||||
source wheels/multibuild/common_utils.sh
|
||||
source wheels/multibuild/library_builders.sh
|
||||
if [ -z "$IS_MACOS" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user