Skip to content

Commit e3f0f2e

Browse files
committed
toolchain log output cosmetic
1 parent 07b61c5 commit e3f0f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,8 @@ def build_cython_components(self, arch):
21682168
self.ctx.cython, '{}', ';', _env=env)
21692169
info('ran cython')
21702170

2171-
shprint(hostpython, 'setup.py', 'build_ext', '-v', _env=env)
2171+
shprint(hostpython, 'setup.py', 'build_ext', '-v', _env=env,
2172+
_tail=20, _critical=True)
21722173

21732174
print('stripping')
21742175
build_lib = glob.glob('./build/lib*')

0 commit comments

Comments
 (0)