Skip to content

Commit 4b7500f

Browse files
authored
Add patch
1 parent b9341ef commit 4b7500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/grpcio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class GrpcioRecipe(PyProjectRecipe):
55
version = '1.64.0'
66
url = 'https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-{version}.tar.gz'
77
depends = ["setuptools", "librt", "libpthread"]
8-
patches = ["comment-getserverbyport-r-args.patch", "remove-android-log-write.patch"]
8+
patches = ["comment-getserverbyport-r-args.patch", "remove-android-log-write.patch", "use-ndk-zlib-and-openssl-recipe-include.patch"]
99

1010
def get_recipe_env(self, arch, **kwargs):
1111
env = super().get_recipe_env(arch, **kwargs)

0 commit comments

Comments
 (0)