We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d72391 commit 5e27d29Copy full SHA for 5e27d29
1 file changed
pythonforandroid/recipes/grpc/__init__.py
@@ -61,7 +61,7 @@ def prebuild_arch(self, arch):
61
shprint(sh.rm, "-rf", source_dir)
62
# TODO Fix this hardcoded path
63
self.apply_patch(
64
- "/home/user/admp/p4a-recipes/grpcio/fix_cares.patch", arch.arch
+ "/home/user/admp/p4a-recipes/grpc/fix_cares.patch", arch.arch
65
)
66
67
def build_arch(self, arch):
0 commit comments