Skip to content

Commit

Permalink
Revert "utils: unlock building swift-inspect"
Browse files Browse the repository at this point in the history
  • Loading branch information
hjyamauchi committed Dec 6, 2024
1 parent 71e5814 commit 2886933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
Invoke-BuildStep Build-Mimalloc $HostArch
}

if (-not $SkipBuild) {
if (-not $SkipBuild -and -not $IsCrossCompiling) {
Invoke-BuildStep Build-Inspect $HostArch
Invoke-BuildStep Build-DocC $HostArch
}
Expand Down

0 comments on commit 2886933

Please sign in to comment.