mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Can build older OpenSSL in http://svn.python.org/projects/externals/
without Perl again.
This commit is contained in:
parent
f5b5760d73
commit
de5919dca7
3 changed files with 3 additions and 3 deletions
|
@ -242,7 +242,7 @@ def main():
|
|||
copy(r"crypto\opensslconf.h", r"crypto\opensslconf_%s.h" % arch)
|
||||
|
||||
# If the assembler files don't exist in tmpXX, copy them there
|
||||
if perl is None:
|
||||
if perl is None and os.path.exists("asm"+dirsuffix):
|
||||
if not os.path.exists("tmp"+dirsuffix):
|
||||
os.mkdir("tmp"+dirsuffix)
|
||||
for f in os.listdir("asm"+dirsuffix):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue