mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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 {
|
function run_tests {
|
||||||
if [ -n "$IS_MACOS" ]; then
|
if [ -n "$IS_MACOS" ]; then
|
||||||
brew install fribidi
|
brew install fribidi
|
||||||
|
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
|
||||||
elif [ -n "$IS_ALPINE" ]; then
|
elif [ -n "$IS_ALPINE" ]; then
|
||||||
apk add curl fribidi
|
apk add curl fribidi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user