mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-20 17:22:00 +03:00
Use CMAKE_BUILD_TYPE=MinSizeRel on aarch64 manylinux2014
This commit is contained in:
parent
8ab93db932
commit
a005e28152
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -113,7 +113,7 @@ function build_libavif {
|
|||
|
||||
if [ -n "$IS_MACOS" ]; then
|
||||
lto=OFF
|
||||
elif [[ "$MB_ML_VER" == 2014 ]]; then
|
||||
elif [[ "$MB_ML_VER" == 2014 ]] && [[ "$PLAT" == "x86_64" ]]; then
|
||||
build_type=Release
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user