mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Fix for issue #2573: Can't change the framework name on OS X builds
This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build).
This commit is contained in:
parent
ee340e501d
commit
580c7fec67
13 changed files with 77 additions and 57 deletions
|
@ -199,7 +199,7 @@ PKG_RECIPES = [
|
|||
dict(
|
||||
name="PythonApplications",
|
||||
long_name="GUI Applications",
|
||||
source="/Applications/MacPython %(VER)s",
|
||||
source="/Applications/Python %(VER)s",
|
||||
readme="""\
|
||||
This package installs IDLE (an interactive Python IDE),
|
||||
Python Launcher and Build Applet (create application bundles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue