8000 add .patched · H0meDev/python-for-android@9109e2f · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 9109e2f

Browse files
committed
add .patched
1 parent 2d2b097 commit 9109e2f

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
@@ -12,6 +12,7 @@ def prebuild_arch(self, arch):
1212
super(ReportLabRecipe, self).prebuild_arch(arch)
1313
self.apply_patch('patches/fix-setup.patch',arch.arch)
1414
recipe_dir = self.get_build_dir(arch.arch)
15+
shprint(sh.touch, os.path.join(recipe_dir, '.patched'))
1516
ft = self.get_recipe('freetype',self.ctx)
1617
ft_dir = ft.get_build_dir(arch.arch)
1718
ft_lib_dir = os.environ.get('_FT_LIB_',os.path.join(ft_dir,'objs','.libs'))

0 commit comments

Comments
 (0)
0