Skip to content

Commit 57379dc

Browse files
authored
Merge pull request #84541 from compnerd/runtimes
build.ps1: avoid unnecessary double build of compiler runtimes
2 parents 4c7a313 + 0bb3c1a commit 57379dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,6 @@ function Build-SDK([Hashtable] $Platform) {
31913191
Invoke-BuildStep Build-Runtime $Platform
31923192
Invoke-BuildStep Build-Dispatch $Platform
31933193
Invoke-BuildStep Build-Foundation $Platform
3194-
Invoke-BuildStep Build-CompilerRuntime $Platform
31953194
}
31963195

31973196
function Build-ExperimentalSDK([Hashtable] $Platform) {

0 commit comments

Comments
 (0)