We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17be497 commit e83fe0bCopy full SHA for e83fe0b
cpython-windows/build.py
@@ -1023,8 +1023,6 @@ def build_openssl(perl_path: pathlib.Path, arch: str):
1023
1024
# Then build the 32 and 64 bit OpenSSL installs in parallel
1025
# (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.
1028
fs = []
1029
with concurrent.futures.ThreadPoolExecutor(2) as e:
1030
if arch == 'x86':
0 commit comments