Commit ce543fd7 authored by Mark Hammond's avatar Mark Hammond

Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions.

parent 4d927420
......@@ -171,6 +171,9 @@ static wchar_t * location_checks[] = {
L"\\",
L"\\PCBuild\\win32\\",
L"\\PCBuild\\amd64\\",
// To support early 32bit versions of Python that stuck the build binaries
// directly in PCBuild...
L"\\PCBuild\\",
NULL
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment