Skip to content

Commit 720ce16

Browse files
committed
Special case BinaryCache path concatenation.
1 parent 83f13b7 commit 720ce16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ function Fetch-Dependencies {
945945
}
946946

947947
function Get-PinnedToolchainTool() {
948-
$ToolchainsRoot = [IO.Path]::Combine("$BinaryCache", "toolchains", "$PinnedToolchain", "LocalApp", "Programs", "Swift", "Toolchains")
948+
$ToolchainsRoot = [IO.Path]::Combine("$BinaryCache\toolchains", "$PinnedToolchain", "LocalApp", "Programs", "Swift", "Toolchains")
949949
$VariantToolchainPath = [IO.Path]::Combine($ToolchainsRoot, "$(Get-PinnedToolchainVersion)+$PinnedToolchainVariant", "usr", "bin")
950950
if (Test-Path $VariantToolchainPath) {
951951
return $VariantToolchainPath

0 commit comments

Comments
 (0)