We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cd5bb commit 31fe43aCopy full SHA for 31fe43a
pythonforandroid/recipes/m2crypto/__init__.py
@@ -13,8 +13,6 @@ class M2CryptoRecipe(PythonRecipe):
13
def build_arch(self, arch):
14
env = self.get_recipe_env(arch)
15
with current_directory(self.get_build_dir(arch.arch)):
16
- # Fix missing build dir
17
- shprint(sh.mkdir, '-p', 'build/lib.' + 'linux-x86_64' + '-2.7/M2Crypto')
18
# Build M2Crypto
19
hostpython = sh.Command(self.hostpython_location)
20
shprint(hostpython,
0 commit comments