Skip to content

Commit e39ba22

Browse files
committed
support Windows on ARM64
Reuse AMD64 binary on ARM64. This relies on Windows 11 x64 emulation on ARM64.
1 parent c72097d commit e39ba22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
),
4242
}
4343
POSTFIX_SHA256[('cygwin', 'x86_64')] = POSTFIX_SHA256[('win32', 'AMD64')]
44+
POSTFIX_SHA256[('win32', 'ARM64')] = POSTFIX_SHA256[('win32', 'AMD64')]
4445
POSTFIX_SHA256[('darwin', 'arm64')] = POSTFIX_SHA256[('darwin', 'x86_64')]
4546
POSTFIX_SHA256[('linux', 'armv7l')] = POSTFIX_SHA256[('linux', 'armv6hf')]
4647
PY_VERSION = '5'

0 commit comments

Comments
 (0)