From: Andrej730 Date: Mon, 8 Dec 2025 12:50:19 +0000 (+0100) Subject: Update PCbuild/readme.txt to correct the default platform (GH-142337) X-Git-Tag: v3.15.0a3~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c279e95367922fd0287c2212bb5ec6452d73353e;p=thirdparty%2FPython%2Fcpython.git Update PCbuild/readme.txt to correct the default platform (GH-142337) --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 27c0d382281b..313982ed28a5 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".