Issue #25136: merge from 3.5

This commit is contained in:
Ned Deily 2016-02-25 01:35:21 +11:00
commit 3ece994f9d

View file

@ -46,7 +46,12 @@ OS X specific arguments to configure
The optional argument specifies which OS X SDK should be used to perform the The optional argument specifies which OS X SDK should be used to perform the
build. If xcodebuild is available and configured, this defaults to build. If xcodebuild is available and configured, this defaults to
the Xcode default MacOS X SDK, otherwise ``/Developer/SDKs/MacOSX.10.4u.sdk`` the Xcode default MacOS X SDK, otherwise ``/Developer/SDKs/MacOSX.10.4u.sdk``
if available or ``/`` if not. if available or ``/`` if not. When building on OS X 10.5 or later, you can
specify ``/`` to use the installed system headers rather than an SDK. As of
OS X 10.9, you should install the optional system headers from the Command
Line Tools component using ``xcode-select``::
$ sudo xcode-select --install
See the section _`Building and using a universal binary of Python on Mac OS X` See the section _`Building and using a universal binary of Python on Mac OS X`
for more information. for more information.