Skip to content

Commit 08fe83b

Browse files
committed
Fix reportlab's recipe crypt.h error
Caused because we try to compile the package with hostpython and we need to use target python or we will not have the right python headers Resolves: kivy#1575
1 parent bf214b3 commit 08fe83b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/reportlab/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class ReportLabRecipe(CompiledComponentsPythonRecipe):
99
version = 'c088826211ca'
1010
url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
1111
depends = ['freetype']
12+
call_hostpython_via_targetpython = False
1213

1314
def prebuild_arch(self, arch):
1415
if not self.is_patched(arch):

0 commit comments

Comments
 (0)