commit | ce543fd79520061913bedb94cece8da981649a95 | [log] [tgz] |
---|---|---|
author | Mark Hammond <mhammond@skippinet.com.au> | Mon Jan 11 14:50:22 2016 +1100 |
committer | Mark Hammond <mhammond@skippinet.com.au> | Mon Jan 11 14:50:22 2016 +1100 |
tree | e602fdaa848da711ae9a21238f881f4c34f4c921 | |
parent | 4d927420b81aac3710b17aca1ff08f3cb281076e [diff] |
Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions.
diff --git a/PC/launcher.c b/PC/launcher.c index deaf325..36edc32 100644 --- a/PC/launcher.c +++ b/PC/launcher.c
@@ -171,6 +171,9 @@ 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 };