Issue #17717: Pull NASM from svn.python.org for OpenSSL build.

This commit is contained in:
Zachary Ware 2014-11-01 17:11:08 -05:00
parent c33a0cc61e
commit aa3ea7ee78
4 changed files with 21 additions and 1 deletions

View file

@ -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