Skip to content

Commit 1b2a901

Browse files
authored
Merge pull request #77810 from compnerd/crossed-inspector
utils: unlock building swift-inspect
2 parents eeb8412 + 16fa7d5 commit 1b2a901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
28842884
Invoke-BuildStep Build-Mimalloc $HostArch
28852885
}
28862886

2887-
if (-not $SkipBuild -and -not $IsCrossCompiling) {
2887+
if (-not $SkipBuild) {
28882888
Invoke-BuildStep Build-Inspect $HostArch
28892889
Invoke-BuildStep Build-DocC $HostArch
28902890
}

0 commit comments

Comments
 (0)