diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-14 22:08:13 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-14 22:08:13 -0400 |
| commit | eb587d0bccf0c1f6f83c9b180f09e9107624c56b (patch) | |
| tree | dddbd41ea55aeba8c3bee4050a6441d60408a20a /setuptools/_distutils/util.py | |
| parent | 4b64119ab29b1418dc4975ea4212ab38f112c2ab (diff) | |
| parent | f15f814e9e82c2343280e8f62360f12b3023eb5f (diff) | |
| download | python-setuptools-git-eb587d0bccf0c1f6f83c9b180f09e9107624c56b.tar.gz | |
Merge https://github.com/pypa/distutils into arm64
Diffstat (limited to 'setuptools/_distutils/util.py')
| -rw-r--r-- | setuptools/_distutils/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/_distutils/util.py b/setuptools/_distutils/util.py index 76657d2e..4232fd21 100644 --- a/setuptools/_distutils/util.py +++ b/setuptools/_distutils/util.py @@ -103,6 +103,7 @@ def get_platform(): 'x86' : 'win32', 'x64' : 'win-amd64', 'arm' : 'win-arm32', + 'arm64': 'win-arm64', } return TARGET_TO_PLAT.get(os.environ.get('VSCMD_ARG_TGT_ARCH')) or get_host_platform() else: |
