Fix/pillow (#500)
* 🔨 Fix pillow recipe
* Add missing commit
Co-authored-by: richard <richard@dotmodus>
This commit is contained in:
parent
d63d43cf98
commit
da8998892b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue