8000
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.
2 parents a5658a3 + cacebb0 commit 9b608e8Copy full SHA for 9b608e8
pythonforandroid/recipes/python3/__init__.py
@@ -34,8 +34,8 @@ class Python3Recipe(GuestPythonRecipe):
34
35
if sh.which('lld') is not None:
36
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"))
+ ("patches/py3.7.1_fix_cortex_a8.patch", version_starts_with("3.7")),
+ ("patches/py3.8.1_fix-cortex-a8.patch", version_starts_with("3.8"))
39
]
40
41
depends = ['hostpython3', 'sqlite3', 'openssl', 'libffi']
0 commit comments