diff options
author | Steve Dower <steve.dower@python.org> | 2021-06-19 12:45:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 12:45:16 (GMT) |
commit | 80190b3e533097b55077becddc75423318ab2371 (patch) | |
tree | a5c3f63a9d2f17daa6f4f06e74cfe5c0a73c8c6f /Misc | |
parent | 44fb55149934d8fb095edb6fc3f8167208035b96 (diff) | |
download | cpython-80190b3e533097b55077becddc75423318ab2371.zip cpython-80190b3e533097b55077becddc75423318ab2371.tar.gz cpython-80190b3e533097b55077becddc75423318ab2371.tar.bz2 |
bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-06-19-11-50-03.bpo-43298.9ircMb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-06-19-11-50-03.bpo-43298.9ircMb.rst b/Misc/NEWS.d/next/Build/2021-06-19-11-50-03.bpo-43298.9ircMb.rst new file mode 100644 index 0000000..3bdc24b --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-06-19-11-50-03.bpo-43298.9ircMb.rst @@ -0,0 +1 @@ +Improved error message when building without a Windows SDK installed. |