]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directori...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2024 20:12:41 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2024 20:12:41 +0000 (20:12 +0000)
(cherry picked from commit 00ffdf27367fb9aef247644a96f1a9ffb5be1efe)

Co-authored-by: adang1345 <adang1345@gmail.com>
Misc/NEWS.d/next/Windows/2024-09-10-19-23-00.gh-issue-123915.yZMEDO.rst [new file with mode: 0644]
Tools/msi/buildrelease.bat

diff --git a/Misc/NEWS.d/next/Windows/2024-09-10-19-23-00.gh-issue-123915.yZMEDO.rst b/Misc/NEWS.d/next/Windows/2024-09-10-19-23-00.gh-issue-123915.yZMEDO.rst
new file mode 100644 (file)
index 0000000..026b09d
--- /dev/null
@@ -0,0 +1 @@
+Ensure that ``Tools\msi\buildrelease.bat`` uses different directories for AMD64 and ARM64 builds.
index 839f6204d9e0b2b52de4a5d8bbc4a54672a1d25b..77fb47792088531ace88c3d145d61362040310f5 100644 (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