gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918)

(cherry picked from commit 00ffdf2736)

Co-authored-by: adang1345 <adang1345@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-09-10 22:12:41 +02:00 committed by GitHub
parent de20ad9683
commit 41608f1760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Ensure that ``Tools\msi\buildrelease.bat`` uses different directories for AMD64 and ARM64 builds.

View file

@ -127,7 +127,7 @@ if "%1" EQU "x86" (
set OUTDIR_PLAT=amd64
set OBJDIR_PLAT=x64
) else if "%1" EQU "ARM64" (
set BUILD=%Py_OutDir%amd64\
set BUILD=%Py_OutDir%arm64\
set PGO=%~2
set BUILD_PLAT=ARM64
set OUTDIR_PLAT=arm64