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 a5658a3 commit cacebb0Copy full SHA for cacebb0
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