diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-04 14:11:32 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-04 14:11:32 (GMT) |
commit | de5919dca7dba9d5f72afcccae34401c07a1c3b8 (patch) | |
tree | 99ea2b12af21486e0d92f9e3755187183e91a538 /PCbuild | |
parent | f5b5760d737f61b773a5857821cdba7c5356673d (diff) | |
download | cpython-de5919dca7dba9d5f72afcccae34401c07a1c3b8.zip cpython-de5919dca7dba9d5f72afcccae34401c07a1c3b8.tar.gz cpython-de5919dca7dba9d5f72afcccae34401c07a1c3b8.tar.bz2 |
Can build older OpenSSL in http://svn.python.org/projects/externals/
without Perl again.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/build_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index 4556cbc..2cf7fc6 100644 --- a/PCbuild/build_ssl.py +++ b/PCbuild/build_ssl.py @@ -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): |