There was an error while loading. Please reload this page.
1 parent a2d0818 commit 00ffdf2Copy full SHA for 00ffdf2
2 files changed
Misc/NEWS.d/next/Windows/2024-09-10-19-23-00.gh-issue-123915.yZMEDO.rst
@@ -0,0 +1 @@
1
+Ensure that ``Tools\msi\buildrelease.bat`` uses different directories for AMD64 and ARM64 builds.
Tools/msi/buildrelease.bat
@@ -127,7 +127,7 @@ if "%1" EQU "x86" (
127
set OUTDIR_PLAT=amd64
128
set OBJDIR_PLAT=x64
129
) else if "%1" EQU "ARM64" (
130
- set BUILD=%Py_OutDir%amd64\
+ set BUILD=%Py_OutDir%arm64\
131
set PGO=%~2
132
set BUILD_PLAT=ARM64
133
set OUTDIR_PLAT=arm64
0 commit comments