summaryrefslogtreecommitdiff
path: root/_msvccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to '_msvccompiler.py')
-rw-r--r--_msvccompiler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/_msvccompiler.py b/_msvccompiler.py
index c7ac3f04..6e14f330 100644
--- a/_msvccompiler.py
+++ b/_msvccompiler.py
@@ -93,6 +93,7 @@ PLAT_SPEC_TO_RUNTIME = {
'x86' : 'x86',
'x86_amd64' : 'x64',
'x86_arm' : 'arm',
+ 'x86_arm64' : 'arm64'
}
def _find_vcvarsall(plat_spec):
@@ -190,6 +191,7 @@ PLAT_TO_VCVARS = {
'win32' : 'x86',
'win-amd64' : 'x86_amd64',
'win-arm32' : 'x86_arm',
+ 'win-arm64' : 'x86_arm64'
}
# A set containing the DLLs that are guaranteed to be available for