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.
2 parents 2a7dc16 + 491073a commit 05bfc63Copy full SHA for 05bfc63
pythonforandroid/recipes/openssl/__init__.py
@@ -26,6 +26,7 @@ def get_recipe_env(self, arch=None):
26
env['OPENSSL_VERSION'] = self.version
27
env['CFLAGS'] += ' ' + env['LDFLAGS']
28
env['CC'] += ' ' + env['LDFLAGS']
29
+ env['MAKE'] = 'make' # This removes the '-j5', which isn't safe
30
return env
31
32
def select_build_arch(self, arch):
0 commit comments