Skip to content

Commit

Permalink
gh-123915: Ensure that Windows AMD64 and ARM64 release builds use dif…
Browse files Browse the repository at this point in the history
…ferent directories (GH-123918)
  • Loading branch information
adang1345 authored Sep 10, 2024
1 parent a2d0818 commit 00ffdf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensure that ``Tools\msi\buildrelease.bat`` uses different directories for AMD64 and ARM64 builds.
2 changes: 1 addition & 1 deletion Tools/msi/buildrelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ffdf2

Please sign in to comment.