Skip to content

Commit

Permalink
utils: merge adjacent build blocks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
compnerd committed Jan 29, 2025
1 parent e3a90d7 commit ffdebdd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2952,9 +2952,7 @@ if (-not $SkipBuild) {
Invoke-BuildStep Build-CMark $HostArch
Invoke-BuildStep Build-XML2 Windows $HostArch
Invoke-BuildStep Build-Compilers $HostArch
}

if (-not $SkipBuild) {
foreach ($Arch in $WindowsSDKArchs) {
Invoke-BuildStep Build-ZLib Windows $Arch
Invoke-BuildStep Build-XML2 Windows $Arch
Expand Down Expand Up @@ -2994,9 +2992,7 @@ if (-not $SkipBuild) {
Invoke-BuildStep Write-SDKSettingsPlist Android $Arch
Invoke-BuildStep Write-PlatformInfoPlist $Arch
}
}

if (-not $SkipBuild) {
# Build Macros for distribution
Invoke-BuildStep Build-FoundationMacros Windows $HostArch
Invoke-BuildStep Build-TestingMacros Windows $HostArch
Expand Down

0 comments on commit ffdebdd

Please sign in to comment.