[Python-checkins] cpython (merge 3.5 -> default): Issue #25136: merge from 3.5
ned.deily
python-checkins at python.org
Wed Feb 24 09:35:51 EST 2016
https://hg.python.org/cpython/rev/2c4448bbed1f
changeset: 100326:2c4448bbed1f
parent: 100323:2b6ca6928e75
parent: 100325:61752c7ea9c7
user: Ned Deily <nad at python.org>
date: Thu Feb 25 01:35:21 2016 +1100
summary:
Issue #25136: merge from 3.5
files:
Mac/README | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Mac/README b/Mac/README
--- a/Mac/README
+++ b/Mac/README
@@ -46,7 +46,12 @@
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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list