diff options
author | Ned Deily <nad@python.org> | 2019-06-03 10:34:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 10:34:48 (GMT) |
commit | 0288dd6a5192074fcd5aa0db5d3513c3880209ca (patch) | |
tree | 609f8fcc34849e056930fde863dad748355589ae /Misc/NEWS.d/next/macOS | |
parent | 8565f6b6db0fa9f65449b532a5056a98bad3dc37 (diff) | |
download | cpython-0288dd6a5192074fcd5aa0db5d3513c3880209ca.zip cpython-0288dd6a5192074fcd5aa0db5d3513c3880209ca.tar.gz cpython-0288dd6a5192074fcd5aa0db5d3513c3880209ca.tar.bz2 |
bpo-36231: Support building on macOS without /usr/include (GH-13773)
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst b/Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst new file mode 100644 index 0000000..c82e54c --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst @@ -0,0 +1,3 @@ +Support building Python on macOS without /usr/include installed. As of macOS +10.14, system header files are only available within an SDK provided by +either the Command Line Tools or the Xcode app. |