beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.1k stars 159 forks source link

Improve dependencies of Python target #154

Closed afh closed 2 years ago

afh commented 2 years ago

to ensure Python-macOS is built before it is being used in the target as an argument to the --with-build-python option to `./configure'.

PR Checklist:

afh commented 2 years ago

Thanks for reviewing this PR, @freakboy3742.

I have a hunch that the order of the OS_LIST is signnificant, i.e. macOS needs to come first. As I'm not certain about this I'll continue testing and will report back accordingly, and maybe this is too little of an issue to fix and could be addressed with a comment in the Makefile.