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 989cf45 commit 111f0cdCopy full SHA for 111f0cd
utils/build.ps1
@@ -867,7 +867,7 @@ function Build-CMakeProject {
867
868
if ($UseBuiltCompilers.Contains("Swift")) {
869
$env:Path = "$($HostArch.SDKInstallRoot)\usr\bin;$($HostArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$($HostArch.ToolchainInstallRoot)\usr\bin;${env:Path}"
870
- } else if ($UsePinnedCompilers.Contains("Swift")) {
+ } elseif ($UsePinnedCompilers.Contains("Swift")) {
871
$env:Path = "$(Get-PinnedToolchainRuntime);${env:Path}"
872
}
873
Invoke-Program cmake.exe @cmakeGenerateArgs
0 commit comments