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 b474315 commit 9832551Copy full SHA for 9832551
cpython-windows/build.py
@@ -1104,7 +1104,6 @@ def build_openssl_for_arch(
1104
):
1105
openssl_version = DOWNLOADS["openssl"]["version"]
1106
nasm_version = DOWNLOADS["nasm-windows-bin"]["version"]
1107
- jom_version = DOWNLOADS["jom-windows-bin"]["version"]
1108
1109
log("extracting %s to %s" % (openssl_archive, build_root))
1110
extract_tar_to_directory(openssl_archive, build_root)
0 commit comments