Skip to content

Commit 491073a

Browse files
committed
Removed '-j5' from openssl make
1 parent 2a7dc16 commit 491073a

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)