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.
1 parent 2d2b097 commit 9109e2fCopy full SHA for 9109e2f
pythonforandroid/recipes/reportlab/__init__.py
@@ -12,6 +12,7 @@ def prebuild_arch(self, arch):
12
super(ReportLabRecipe, self).prebuild_arch(arch)
13
self.apply_patch('patches/fix-setup.patch',arch.arch)
14
recipe_dir = self.get_build_dir(arch.arch)
15
+ shprint(sh.touch, os.path.join(recipe_dir, '.patched'))
16
ft = self.get_recipe('freetype',self.ctx)
17
ft_dir = ft.get_build_dir(arch.arch)
18
ft_lib_dir = os.environ.get('_FT_LIB_',os.path.join(ft_dir,'objs','.libs'))
0 commit comments