diff options
author | Paul Monson <paulmon@users.noreply.github.com> | 2019-02-14 16:31:30 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-02-14 16:31:30 (GMT) |
commit | 8a1657b93469580ef345c7c91738587f3d76e87d (patch) | |
tree | 153202aa02cbd97a4214a4a265b35662f2b9c76f /Misc/NEWS.d/next/Windows | |
parent | bb3c05d7efca8d23bf39bc2640297ba2598899f3 (diff) | |
download | cpython-8a1657b93469580ef345c7c91738587f3d76e87d.zip cpython-8a1657b93469580ef345c7c91738587f3d76e87d.tar.gz cpython-8a1657b93469580ef345c7c91738587f3d76e87d.tar.bz2 |
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-02-11-20-07-43.bpo-35976.toap7O.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-02-11-20-07-43.bpo-35976.toap7O.rst b/Misc/NEWS.d/next/Windows/2019-02-11-20-07-43.bpo-35976.toap7O.rst new file mode 100644 index 0000000..36a0132 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-02-11-20-07-43.bpo-35976.toap7O.rst @@ -0,0 +1 @@ +Added ARM build support to Windows build files in PCBuild.
|