8000
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 2a7dc16 commit 491073aCopy full SHA for 491073a
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