summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-05-28 13:04:02 (GMT)
committerNed Deily <nad@acm.org>2011-05-28 13:04:02 (GMT)
commite4eed06dfa3d508235df147aaac44d0dad017e7a (patch)
treea3b69b169ab85a5cba3bc7bbab218b69d282441f /Misc
parent59a333844a8a864ef4d41524e931a641ec59f00f (diff)
parent6e5fd04ce21b421ff975c93611ff6c81547ce183 (diff)
downloadcpython-e4eed06dfa3d508235df147aaac44d0dad017e7a.zip
cpython-e4eed06dfa3d508235df147aaac44d0dad017e7a.tar.gz
cpython-e4eed06dfa3d508235df147aaac44d0dad017e7a.tar.bz2
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 46cf4d6..dc00e69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -721,6 +721,10 @@ Library
Build
-----
+- Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
+ ensure "make install" creates symlinks in --prefix bin for the "-32"
+ files in the framework bin directory like the installer does.
+
- Issue #11347: Use --no-as-needed when linking libpython3.so.
- Issue #11411: Fix 'make DESTDIR=' with a relative destination.