Skip to content

Commit 4f7e6a6

Browse files
fixed typo
1 parent c787f27 commit 4f7e6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/python3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def apply_patches(self, arch, build_dir=None):
206206
self.patches.append("patches/py3.7.1_fix_cortex_a8.patch")
207207
elif _p_version.minor >= 8:
208208
self.patches.append("patches/py3.8.1_fix_cortex_a8.patch")
209-
super().__init__(arch, build_dir)
209+
super().apply_patches(arch, build_dir)
210210

211211
def include_root(self, arch_name):
212212
return join(self.get_build_dir(arch_name), 'Include')

0 commit comments

Comments
 (0)