Skip to content

Commit 9b608e8

Browse files
authored
Merge pull request kivy#2064 from HirotsuguMINOWA/fix_hogehoge_issue
fixed patch's name to apply correctly
2 parents a5658a3 + cacebb0 commit 9b608e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/python3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class Python3Recipe(GuestPythonRecipe):
3434

3535
if sh.which('lld') is not None:
3636
patches = patches + [
37-
("patches/py3.7.1_remove-fix-cortex-a8.patch", version_starts_with("3.7")),
38-
("patches/py3.8.1_remove-fix-cortex-a8.patch", version_starts_with("3.8"))
37+
("patches/py3.7.1_fix_cortex_a8.patch", version_starts_with("3.7")),
38+
("patches/py3.8.1_fix-cortex-a8.patch", version_starts_with("3.8"))
3939
]
4040

4141
depends = ['hostpython3', 'sqlite3', 'openssl', 'libffi']

0 commit comments

Comments
 (0)