Skip to content

Commit 31fe43a

Browse files
committed
fix merged upstream in version 0.24.0
https://gitlab.com/m2crypto/m2crypto/merge_requests/50
1 parent f7cd5bb commit 31fe43a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonforandroid/recipes/m2crypto/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class M2CryptoRecipe(PythonRecipe):
1313
def build_arch(self, arch):
1414
env = self.get_recipe_env(arch)
1515
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')
1816
# Build M2Crypto
1917
hostpython = sh.Command(self.hostpython_location)
2018
shprint(hostpython,

0 commit comments

Comments
 (0)