mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo.
This commit is contained in:
parent
e01eb4cc80
commit
cca802e354
1 changed files with 2 additions and 2 deletions
|
|
@ -24,9 +24,9 @@ if not exist bzip2-1.0.6 (
|
|||
)
|
||||
|
||||
@rem OpenSSL
|
||||
if not exist openssl-1.0.0c (
|
||||
if not exist openssl-1.0.1c (
|
||||
rd /s/q openssl-1.0.0j
|
||||
svn export http://svn.python.org/projects/external/openssl-1.0.0c
|
||||
svn export http://svn.python.org/projects/external/openssl-1.0.1c
|
||||
)
|
||||
|
||||
@rem tcl/tk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue