diff options
author | Ned Deily <nad@acm.org> | 2011-05-28 13:04:02 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-05-28 13:04:02 (GMT) |
commit | e4eed06dfa3d508235df147aaac44d0dad017e7a (patch) | |
tree | a3b69b169ab85a5cba3bc7bbab218b69d282441f /Misc | |
parent | 59a333844a8a864ef4d41524e931a641ec59f00f (diff) | |
parent | 6e5fd04ce21b421ff975c93611ff6c81547ce183 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |