Update PCbuild/readme.txt to correct the default platform (GH-142337)

This commit is contained in:
Andrej730 2025-12-08 13:50:19 +01:00 committed by GitHub
parent 8620d3009a
commit c279e95367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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".