Fix incorrect call assuming that OS python minor version matches hostpython#1577
Fix incorrect call assuming that OS python minor version matches hostpython#1577AndreMiras merged 1 commit intomasterfrom unknown repository
Conversation
|
|
@homdx there is already an option for choosing another p4a version/branch, it works like this: Example for the full archive url: For this particular pull request, use |
|
About pull request: Python3: Also build without error Reccommended for merge to master) |
|
Need added to command line help: |
|
@homdx you need to insert the respective action, e.g. |
But this instruction are missing: |
|
@homdx good point, I added more details to the help texts now 👍 |
|
thanks for merging ❤️ ! |
This fixes a call which makes the incorrect assumption that OS python minor version matches the hostpython's minor version. (which will lead to a build error/crash/backtrace when the minor versions differ, as e.g. described here: https://github.com/JonasT/p4a-build-spaces/issues/4 )
Edit: tested now, works fine for me! would recommend merging