diff -r 65f2c92ed079 PCbuild/build_ssl.py --- a/PCbuild/build_ssl.py Sun Jul 07 23:30:24 2013 +0200 +++ b/PCbuild/build_ssl.py Mon Jul 08 14:37:49 2013 +1000 @@ -170,7 +170,9 @@ make_flags = "-a" # 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", ["\\perl\\bin", + "C:\\perl\\bin", + "C:\\perl64\\bin"]) perl = find_working_perl(perls) if perl: print("Found a working perl at '%s'" % (perl,))