Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5988498 commit e76a6d5Copy full SHA for e76a6d5
1 file changed
Mac/README
@@ -46,7 +46,12 @@ OS X specific arguments to configure
46
The optional argument specifies which OS X SDK should be used to perform the
47
build. If xcodebuild is available and configured, this defaults to
48
the Xcode default MacOS X SDK, otherwise ``/Developer/SDKs/MacOSX.10.4u.sdk``
49
- if available or ``/`` if not.
+ if available or ``/`` if not. When building on OS X 10.5 or later, you can
50
+ specify ``/`` to use the installed system headers rather than an SDK. As of
51
+ OS X 10.9, you should install the optional system headers from the Command
52
+ Line Tools component using ``xcode-select``::
53
+
54
+ $ sudo xcode-select --install
55
56
See the section _`Building and using a universal binary of Python on Mac OS X`
57
for more information.
0 commit comments