diff --git a/pythonforandroid/recipes/reportlab/__init__.py b/pythonforandroid/recipes/reportlab/__init__.py index da07e58156..d5e8001e46 100644 --- a/pythonforandroid/recipes/reportlab/__init__.py +++ b/pythonforandroid/recipes/reportlab/__init__.py @@ -9,6 +9,7 @@ class ReportLabRecipe(CompiledComponentsPythonRecipe): version = 'c088826211ca' url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz' depends = ['freetype'] + call_hostpython_via_targetpython = False def prebuild_arch(self, arch): if not self.is_patched(arch):