File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,9 @@ function Build-CMakeProject {
866
866
}
867
867
868
868
if ($UseBuiltCompilers.Contains (" Swift" )) {
869
- $env: Path = " $ ( $HostArch.SDKInstallRoot ) \usr\bin;$ ( $HostArch.ToolchainInstallRoot ) \usr\bin;${env: Path} "
869
+ $env: Path = " $ ( $HostArch.SDKInstallRoot ) \usr\bin;$ ( $HostArch.BinaryCache ) \cmark-gfm-0.29.0.gfm.13\src;$ ( $HostArch.ToolchainInstallRoot ) \usr\bin;${env: Path} "
870
+ } elseif ($UsePinnedCompilers.Contains (" Swift" )) {
871
+ $env: Path = " $ ( Get-PinnedToolchainRuntime ) ;${env: Path} "
870
872
}
871
873
Invoke-Program cmake.exe @cmakeGenerateArgs
872
874
@@ -1107,8 +1109,6 @@ function Build-Compilers() {
1107
1109
}
1108
1110
}
1109
1111
1110
- $env: Path = " $ ( Get-PinnedToolchainRuntime ) ;${env: Path} "
1111
-
1112
1112
Build-CMakeProject `
1113
1113
- Src $SourceCache \llvm- project\llvm `
1114
1114
- Bin $CompilersBinaryCache `
You can’t perform that action at this time.
0 commit comments