Skip to content

Commit 068e2b9

Browse files
committed
Add arm64 to collect_python_build_artifacts
1 parent 2350279 commit 068e2b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpython-windows/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,8 @@ def find_additional_dependencies(project: pathlib.Path):
10741074
abi_platform = "win_amd64"
10751075
elif arch == "win32":
10761076
abi_platform = "win32"
1077+
elif arch == "arm64":
1078+
abi_platform = "arm64"
10771079
else:
10781080
raise ValueError("unhandled arch: %s" % arch)
10791081

0 commit comments

Comments
 (0)