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.
1 parent dd9806c commit 93f6ccbCopy full SHA for 93f6ccb
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