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.
2 parents be4c5b7 + ae9f81e commit a247632Copy full SHA for a247632
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