summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.vcxproj
diff options
context:
space:
mode:
authorPaul Monson <paulmon@users.noreply.github.com>2019-05-22 22:16:21 (GMT)
committerSteve Dower <steve.dower@python.org>2019-05-22 22:16:21 (GMT)
commitcfb241bd29a94fd825a317a78322e3cdba0e75a7 (patch)
tree58ed1448afdadc2363a6ecc79ba9e8ed58007226 /PCbuild/python.vcxproj
parent022be02dcfdfd9011415804bb4553a33fa7ec8f3 (diff)
downloadcpython-cfb241bd29a94fd825a317a78322e3cdba0e75a7.zip
cpython-cfb241bd29a94fd825a317a78322e3cdba0e75a7.tar.gz
cpython-cfb241bd29a94fd825a317a78322e3cdba0e75a7.tar.bz2
bpo-36941: Project file fixups for Windows ARM64 (GH-13477)
Diffstat (limited to 'PCbuild/python.vcxproj')
-rw-r--r--PCbuild/python.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj
index 919b79d..bd05146 100644
--- a/PCbuild/python.vcxproj
+++ b/PCbuild/python.vcxproj
@@ -55,7 +55,7 @@
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
- <Platform>ARM</Platform>
+ <Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>