Skip to content

Commit b623958

Browse files
authored
Merge pull request #77940 from hjyamauchi/winarm64ci
Fix python arch on the windows arm64 CI
2 parents b17bc6e + 5d7d63f commit b623958

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)