Skip to content

Commit

Permalink
bpo-36942 Windows build changes for Windows ARM64 (GH-13366)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmon authored and zooba committed May 17, 2019
1 parent f96e7fd commit 3ea702e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ WIN32 is still required for the locale module.
#if defined(_M_X64) || defined(_M_AMD64)
#if defined(__INTEL_COMPILER)
#define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
#elif defined(_M_ARM64)
#define COMPILER _Py_PASTE_VERSION("64 bit (ARM)")
#define PYD_PLATFORM_TAG "win_arm64"
#else
#define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
#endif /* __INTEL_COMPILER */
Expand Down

0 comments on commit 3ea702e

Please sign in to comment.