Skip to content

Commit 5e27d29

Browse files
committed
Fix patch path
1 parent 7d72391 commit 5e27d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/grpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def prebuild_arch(self, arch):
6161
shprint(sh.rm, "-rf", source_dir)
6262
# TODO Fix this hardcoded path
6363
self.apply_patch(
64-
"/home/user/admp/p4a-recipes/grpcio/fix_cares.patch", arch.arch
64+
"/home/user/admp/p4a-recipes/grpc/fix_cares.patch", arch.arch
6565
)
6666

6767
def build_arch(self, arch):

0 commit comments

Comments
 (0)