mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
This commit is contained in:
parent
c33a0cc61e
commit
aa3ea7ee78
4 changed files with 21 additions and 1 deletions
|
@ -20,6 +20,10 @@ if not exist bzip2-1.0.6 (
|
|||
svn export http://svn.python.org/projects/external/bzip2-1.0.6
|
||||
)
|
||||
|
||||
@rem NASM, for OpenSSL build
|
||||
@rem if exist nasm-2.11.06 rd /s/q nasm-2.11.06
|
||||
if not exist nasm-2.11.06 svn export http://svn.python.org/projects/external/nasm-2.11.06
|
||||
|
||||
@rem OpenSSL
|
||||
if not exist openssl-1.0.1j (
|
||||
rd /s/q openssl-1.0.1i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue