We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b17bc6e + 5d7d63f commit b623958Copy full SHA for b623958
utils/build.ps1
@@ -351,7 +351,7 @@ function Get-BisonExecutable {
351
}
352
353
function Get-PythonExecutable {
354
- return Join-Path -Path $BinaryCache -ChildPath "Python$($HostArch.CMakeName)-$PythonVersion\tools\python.exe"
+ return Join-Path -Path $BinaryCache -ChildPath "Python$($BuildArch.CMakeName)-$PythonVersion\tools\python.exe"
355
356
357
function Get-InstallDir($Arch) {
0 commit comments