Skip to content

Commit ffdebdd

Browse files
committed
utils: merge adjacent build blocks
These were isolated by interleaving operations. However, recent tweaks to the build have removed those. Merge the adjacent sections to show the contiguous build segment.
1 parent e3a90d7 commit ffdebdd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/build.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2952,9 +2952,7 @@ if (-not $SkipBuild) {
29522952
Invoke-BuildStep Build-CMark $HostArch
29532953
Invoke-BuildStep Build-XML2 Windows $HostArch
29542954
Invoke-BuildStep Build-Compilers $HostArch
2955-
}
29562955

2957-
if (-not $SkipBuild) {
29582956
foreach ($Arch in $WindowsSDKArchs) {
29592957
Invoke-BuildStep Build-ZLib Windows $Arch
29602958
Invoke-BuildStep Build-XML2 Windows $Arch
@@ -2994,9 +2992,7 @@ if (-not $SkipBuild) {
29942992
Invoke-BuildStep Write-SDKSettingsPlist Android $Arch
29952993
Invoke-BuildStep Write-PlatformInfoPlist $Arch
29962994
}
2997-
}
29982995

2999-
if (-not $SkipBuild) {
30002996
# Build Macros for distribution
30012997
Invoke-BuildStep Build-FoundationMacros Windows $HostArch
30022998
Invoke-BuildStep Build-TestingMacros Windows $HostArch

0 commit comments

Comments
 (0)