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

Introduce PYTHON make variable #156

Closed afh closed 2 years ago

afh commented 2 years ago

so that the path to python can be configured as needed in non-standard development environments.

PR Checklist:

afh commented 2 years ago

Thanks for reviewing the changes in this PR. I've seen errors stating that python3.11 could not be found, hence the motivation for this change. Yet it could be related to use of GNU make instead of BSD make where the make function $(basename …) may behave differently.

I'll continue testing and report back when I have a better understanding of the Makefile and potential issue.