mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Fix paths for build bot
This commit is contained in:
parent
915d5d96d8
commit
656dc2adee
10 changed files with 16 additions and 16 deletions
|
@ -131,7 +131,7 @@ def main():
|
|||
print "Found a working perl at '%s'" % (perl,)
|
||||
sys.stdout.flush()
|
||||
# Look for SSL 2 levels up from pcbuild - ie, same place zlib etc all live.
|
||||
ssl_dir = find_best_ssl_dir(("..\\..",))
|
||||
ssl_dir = find_best_ssl_dir(("..\\..\\..",))
|
||||
if ssl_dir is None:
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue