summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2008-05-02 19:45:11 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2008-05-02 19:45:11 (GMT)
commit580c7fec67eb233bb3b31db0f656174be032e6ed (patch)
tree7784e56c7de5f4a793f18e5aac3aa3571a43dff6 /Misc
parentee340e501d2a59d70a91748ebd948787bfac8044 (diff)
downloadcpython-580c7fec67eb233bb3b31db0f656174be032e6ed.zip
cpython-580c7fec67eb233bb3b31db0f656174be032e6ed.tar.gz
cpython-580c7fec67eb233bb3b31db0f656174be032e6ed.tar.bz2
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).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19b80e2..8515238 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@ Build
- Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when
gcc is used as compiler.
+- Issue #2573: On MacOS X it is now possible to install the framework
+ with a different name using --with-framework-name=NAME.
+
C API
-----