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 download related targets #155

Closed afh closed 2 years ago

afh commented 2 years ago

to make use of make's feature to omit targets representing files that have already been built (in this case downloaded). To force a rebuild (re-download) use make's -B (--always-make flag to "[u]nconditionally make all targets."

PR Checklist: