diff options
| author | Ned Deily <nad@python.org> | 2016-02-24 14:35:21 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2016-02-24 14:35:21 (GMT) |
| commit | 3ece994f9d044449f4b588400eed70f8ca1b21d2 (patch) | |
| tree | fd99f2d8da9ac7075af0de5c66c13f7eb24a088c | |
| parent | 5c884dfc574b5fe7b85c6db568dad05863170979 (diff) | |
| parent | e76a6d56d222bf2c103c388b2be991eec88ab44e (diff) | |
| download | cpython-3ece994f9d044449f4b588400eed70f8ca1b21d2.zip cpython-3ece994f9d044449f4b588400eed70f8ca1b21d2.tar.gz cpython-3ece994f9d044449f4b588400eed70f8ca1b21d2.tar.bz2 | |
Issue #25136: merge from 3.5
| -rw-r--r-- | Mac/README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -46,7 +46,12 @@ OS X specific arguments to configure The optional argument specifies which OS X SDK should be used to perform the build. If xcodebuild is available and configured, this defaults to 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` for more information. |
