diff options
author | Paul Monson <paulmon@users.noreply.github.com> | 2019-05-22 22:16:21 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-05-22 22:16:21 (GMT) |
commit | cfb241bd29a94fd825a317a78322e3cdba0e75a7 (patch) | |
tree | 58ed1448afdadc2363a6ecc79ba9e8ed58007226 /PCbuild/python.vcxproj | |
parent | 022be02dcfdfd9011415804bb4553a33fa7ec8f3 (diff) | |
download | cpython-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.vcxproj | 2 |
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> |