We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b3418 commit 89b7f04Copy full SHA for 89b7f04
pythonforandroid/recipes/pycrypto/__init__.py
@@ -22,7 +22,7 @@ def prebuild_arch(self, arch):
22
if exists(join(build_dir, '.patched')):
23
print('pycrypto already patched, skipping')
24
return
25
- self.apply_patch('add_length.patch')
+ self.apply_patch('add_length.patch', arch.arch)
26
shprint(sh.touch, join(build_dir, '.patched'))
27
28
def get_recipe_env(self, arch):
0 commit comments