Skip to content

Commit

Permalink
Fix reportlab's recipe crypt.h error (this is to test kivy#1594)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
opacam committed Jan 17, 2019
1 parent c3b4ec2 commit a831296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/recipes/reportlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a831296

Please sign in to comment.