Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PC/pyconfig.h
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
  • Loading branch information
tiran and zooba committed Jun 10, 2022
commit 7d9d6e7c27c4f74521a5291cf4bbfc9fb17d197c
4 changes: 2 additions & 2 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ WIN32 is still required for the locale module.

/* set the COMPILER and support tier
*
* win_amd64 MSCV (x86_64-pc-windows-msvc): 1
* win32 MSCV (i686-pc-windows-msvc): 1
* win_amd64 MSVC (x86_64-pc-windows-msvc): 1
* win32 MSVC (i686-pc-windows-msvc): 1
* win_arm64 MSVC (aarch64-pc-windows-msvc): 3
* other archs and ICC: 0
*/
Expand Down