From c279e95367922fd0287c2212bb5ec6452d73353e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 8 Dec 2025 13:50:19 +0100 Subject: [PATCH] Update PCbuild/readme.txt to correct the default platform (GH-142337) --- PCbuild/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 27c0d382281..313982ed28a 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -6,7 +6,7 @@ Quick Start Guide 1a. Optionally install Python 3.10 or later. If not installed, get_externals.bat (via build.bat) will download and use Python via NuGet. -2. Run "build.bat" to build Python in 32-bit Release configuration. +2. Run "build.bat" to build Python in 64-bit Release configuration. 3. (Optional, but recommended) Run the test suite with "rt.bat -q".