Skip to content

Commit 3d2da98

Browse files
authored
Merge pull request #78929 from compnerd/merging
utils: remove duplication from a bad merge
2 parents bf0d753 + 44a0557 commit 3d2da98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utils/build.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,12 +1938,6 @@ function Build-Foundation([Platform]$Platform, $Arch, [switch]$Test = $false) {
19381938
(Get-Variable "${Platform}$($Arch.ShortName)" -ValueOnly).SDKInstallRoot
19391939
}
19401940

1941-
$SDKRoot = if ($Platform -eq "Windows") {
1942-
""
1943-
} else {
1944-
(Get-Variable "${Platform}$($Arch.ShortName)" -ValueOnly).SDKInstallRoot
1945-
}
1946-
19471941
Build-CMakeProject `
19481942
-Src $SourceCache\swift-corelibs-foundation `
19491943
-Bin $FoundationBinaryCache `

0 commit comments

Comments
 (0)