Skip to content

Commit 05bfc63

Browse files
authored
Merge pull request kivy#1180 from inclement/fix_openssl_make
Removed '-j5' from openssl make
2 parents 2a7dc16 + 491073a commit 05bfc63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/openssl/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_recipe_env(self, arch=None):
2626
env['OPENSSL_VERSION'] = self.version
2727
env['CFLAGS'] += ' ' + env['LDFLAGS']
2828
env['CC'] += ' ' + env['LDFLAGS']
29+
env['MAKE'] = 'make' # This removes the '-j5', which isn't safe
2930
return env
3031

3132
def select_build_arch(self, arch):

0 commit comments

Comments
 (0)