Skip to content

Commit 93f6ccb

Browse files
committed
Fix python arch on the windows arm64 CI
Cherrypick commit swiftlang#77940
1 parent dd9806c commit 93f6ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function Get-BisonExecutable {
351351
}
352352

353353
function Get-PythonExecutable {
354-
return Join-Path -Path $BinaryCache -ChildPath "Python$($HostArch.CMakeName)-$PythonVersion\tools\python.exe"
354+
return Join-Path -Path $BinaryCache -ChildPath "Python$($BuildArch.CMakeName)-$PythonVersion\tools\python.exe"
355355
}
356356

357357
function Get-InstallDir($Arch) {

0 commit comments

Comments
 (0)