Skip to content

Commit 903d661

Browse files
committed
Merge pull request kivy#514 from kived/pycrypto-fix
fix pycrypto apply_patch error
2 parents 75a4186 + 89b7f04 commit 903d661

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)