diff options
Diffstat (limited to 'PC/launcher.c')
-rw-r--r-- | PC/launcher.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index 0733df7..d717a7e 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -169,11 +169,11 @@ static size_t num_installed_pythons = 0; static wchar_t * location_checks[] = { L"\\", - L"\\PCBuild\\win32\\", - L"\\PCBuild\\amd64\\", + L"\\PCbuild\\win32\\", + L"\\PCbuild\\amd64\\", /* To support early 32bit versions of Python that stuck the build binaries - * directly in PCBuild... */ - L"\\PCBuild\\", + * directly in PCbuild... */ + L"\\PCbuild\\", NULL }; |