Commit 6b73f52
authored
🐛 Fix Python 3 patch naming and content (#2083)
Because:
- the name does not match the file
- `py3.8.1_fix_cortex_a8.patch` contains unneeded changes which
provokes the patching to fail
Also we add a comment to `py3.8.1_fix_cortex_a8.patch` file,
explaining why we need that patch (imho, very useful after a while...)1 parent 4ab6216 commit 6b73f52
File tree
2 files changed
+3
-6
lines changed- pythonforandroid/recipes/python3
- patches
2 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
0 commit comments