mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-25 07:23:16 +03:00
Merge pull request #285 from radarhere/fribidi
Removed symlink as Pillow now checks /usr/local/lib/libfribidi.dylib
This commit is contained in:
commit
1fadcf6dab
|
@ -171,7 +171,6 @@ function run_tests {
|
||||||
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
|
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
|
||||||
|
|
||||||
brew install fribidi
|
brew install fribidi
|
||||||
ln -s /usr/local/lib/libfribidi.dylib libfribidi.dylib
|
|
||||||
elif [ -n "$IS_ALPINE" ]; then
|
elif [ -n "$IS_ALPINE" ]; then
|
||||||
apk add fribidi
|
apk add fribidi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user