mirror of https://github.com/python/cpython
gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918)
This commit is contained in:
parent
a2d0818c85
commit
00ffdf2736
|
@ -0,0 +1 @@
|
|||
Ensure that ``Tools\msi\buildrelease.bat`` uses different directories for AMD64 and ARM64 builds.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue