Skip to content

Commit

Permalink
Fix/pillow (#500)
Browse files Browse the repository at this point in the history
* 🔨 Fix pillow recipe

* Add missing commit

Co-authored-by: richard <richard@dotmodus>
  • Loading branch information
Zen-CODE and richard committed May 18, 2020
1 parent d63d43c commit da89988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kivy_ios/recipes/pillow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class PillowRecipe(Recipe):
url = "https://pypi.python.org/packages/source/P/Pillow/Pillow-{version}.tar.gz"
library = "libpillow.a"
depends = ["hostpython3", "host_setuptools3", "freetype", "libjpeg", "python3", "ios"]
python_depends = ["setuptools"]
pbx_libraries = ["libz", "libbz2"]
include_per_arch = True

Expand Down

0 comments on commit da89988

Please sign in to comment.