summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-06-18 16:28:13 -0400
committerGitHub <noreply@github.com>2019-06-18 16:28:13 -0400
commitc7302116573d853d3181133477d9d0e4d4d3abfd (patch)
treef90a2236b51b3aea34cd7aaf7bef48acc14e101e /Misc
parent452b417e34489614b3003b8d08148269096239d5 (diff)
downloadcpython-git-c7302116573d853d3181133477d9d0e4d4d3abfd.tar.gz
bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/macOS/2019-06-03-05-49-49.bpo-36231.RfmW_p.rst3
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 0000000000..c82e54c12c
--- /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.