8000 Update build.py · adiantek/python-build-standalone@03f3a37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03f3a37

Browse files
authored
Update build.py
1 parent 2641887 commit 03f3a37

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
@@ -1555,6 +1555,8 @@ def build_openssl(
15551555

15561556
if arch == "x86":
15571557
shutil.copytree(root_32 / "install" / "32", install / "openssl" / "win32")
1558+
elif arch == "arm64":
1559+
shutil.copytree(root_arm64 / "install" / "arm64", install / "openssl" / "arm64")
15581560
else:
15591561
shutil.copytree(root_64 / "install" / "64", install / "openssl" / "amd64")
15601562

0 commit comments

Comments
 (0)
0