mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-05 09:54:13 +03:00
Fixed openblas detection on macOS for PyPy 3.10
This commit is contained in:
parent
7a0023d840
commit
a518f3c21f
|
@ -148,6 +148,7 @@ EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux
|
|||
function run_tests {
|
||||
if [ -n "$IS_MACOS" ]; then
|
||||
brew install fribidi
|
||||
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
|
||||
elif [ -n "$IS_ALPINE" ]; then
|
||||
apk add curl fribidi
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user