Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7dfa094e
Commit
7dfa094e
authored
Apr 13, 2015
by
Zachary Ware
Browse files
Options
Browse Files
Download
Plain Diff
Closes #18402: Merge with 3.4
parents
ab792ac7
52797d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
PCbuild/prepare_ssl.py
PCbuild/prepare_ssl.py
+5
-1
No files found.
PCbuild/prepare_ssl.py
View file @
7dfa094e
...
...
@@ -218,7 +218,11 @@ def main():
# perl should be on the path, but we also look in "\perl" and "c:\\perl"
# as "well known" locations
perls
=
find_all_on_path
(
"perl.exe"
,
[
"
\
\
perl
\
\
bin"
,
"C:
\
\
perl
\
\
bin"
])
perls
=
find_all_on_path
(
"perl.exe"
,
[
r"\
pe
rl\bin"
,
r"C:\
pe
rl\bin"
,
r"\
pe
rl64\bin"
,
r"C:\
pe
rl64\bin"
,
])
perl
=
find_working_perl
(
perls
)
if
perl
:
print
(
"Found a working perl at '%s'"
%
(
perl
,))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment