We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3bc32 commit 0994ae9Copy full SHA for 0994ae9
pythonforandroid/toolchain.py
@@ -1819,6 +1819,7 @@ def clean_build(self, arch=None):
1819
strange results. Rebuild everything if this seems to happen.
1820
1821
'''
1822
+ self.ctx.state.remove_all(self.name)
1823
if arch is None:
1824
dir = join(self.ctx.build_dir, 'other_builds', self.name)
1825
else:
@@ -2042,6 +2043,7 @@ def build_arch(self, arch):
2042
2043
self.build_cython_components(arch)
2044
self.install_python_package()
2045
2046
+ @cache_execution
2047
def build_cython_components(self, arch):
2048
# AND: Should we use tito's cythonize methods? How do they work?
2049
info('Cythonizing anything necessary in {}'.format(self.name))
0 commit comments