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 20f0353 + a079beb commit 1bb335dCopy full SHA for 1bb335d
utils/build.ps1
@@ -1068,7 +1068,7 @@ function Build-CMakeProject {
1068
}
1069
1070
if ($UseBuiltCompilers.Contains("Swift")) {
1071
- $env:Path = "$($HostArch.SDKInstallRoot)\usr\bin;$($HostArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$($HostArch.ToolchainInstallRoot)\usr\bin;${env:Path}"
+ $env:Path = "$($BuildArch.SDKInstallRoot)\usr\bin;$($BuildArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$($BuildArch.ToolchainInstallRoot)\usr\bin;${env:Path}"
1072
} elseif ($UsePinnedCompilers.Contains("Swift")) {
1073
$env:Path = "$(Get-PinnedToolchainRuntime);${env:Path}"
1074
0 commit comments