diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 21:41:48 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 21:41:48 (GMT) |
commit | 4ffee6157a0c41dcb67cc7d9d3676292c9a33932 (patch) | |
tree | 1c7f8dc733aa7cb5c783c3c7595756a13ac92588 /PCbuild | |
parent | 11a73890d32e1cb98f6f7852a4801df18f774682 (diff) | |
download | cpython-4ffee6157a0c41dcb67cc7d9d3676292c9a33932.zip cpython-4ffee6157a0c41dcb67cc7d9d3676292c9a33932.tar.gz cpython-4ffee6157a0c41dcb67cc7d9d3676292c9a33932.tar.bz2 |
Issue #25824: Fixes sys.winver to not include any architecture suffix.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python.props | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props index 245e571..ca3d10f 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -102,7 +102,6 @@ <!-- The version number for sys.winver --> <SysWinVer>$(MajorVersionNumber).$(MinorVersionNumber)</SysWinVer> - <SysWinVer Condition="$(Platform) == 'Win32' or $(Platform) == 'x86'">$(SysWinVer)-32</SysWinVer> </PropertyGroup> <!-- Displays the calculated version info --> |