Skip to content

Commit e83fe0b

Browse files
committed
windows: remove outdated comment about OpenSSL build
1 parent 17be497 commit e83fe0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpython-windows/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,6 @@ def build_openssl(perl_path: pathlib.Path, arch: str):
10231023

10241024
# Then build the 32 and 64 bit OpenSSL installs in parallel
10251025
# (because nmake doesn't do parallel builds).
1026-
# TODO we need to adjust the environment to pull in a x86 toolchain
1027-
# in order for this to work.
10281026
fs = []
10291027
with concurrent.futures.ThreadPoolExecutor(2) as e:
10301028
if arch == 'x86':

0 commit comments

Comments
 (0)