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 523d026 commit ae9f81eCopy full SHA for ae9f81e
pythonforandroid/recipe.py
@@ -990,7 +990,7 @@ def build_cython_components(self, arch):
990
with current_directory(self.get_build_dir(arch.arch)):
991
hostpython = sh.Command(self.ctx.hostpython)
992
shprint(hostpython, '-c', 'import sys; print(sys.path)', _env=env)
993
- print('cwd is', realpath(curdir))
+ debug('cwd is {}'.format(realpath(curdir)))
994
info('Trying first build of {} to get cython files: this is '
995
'expected to fail'.format(self.name))
996
0 commit comments