Skip to content

Commit 89b7f04

Browse files
committed
fix pycrypto apply_patch error
1 parent 42b3418 commit 89b7f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pycrypto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def prebuild_arch(self, arch):
2222
if exists(join(build_dir, '.patched')):
2323
print('pycrypto already patched, skipping')
2424
return
25-
self.apply_patch('add_length.patch')
25+
self.apply_patch('add_length.patch', arch.arch)
2626
shprint(sh.touch, join(build_dir, '.patched'))
2727

2828
def get_recipe_env(self, arch):

0 commit comments

Comments
 (0)