Skip to content

Commit 16fa7d5

Browse files
committed
utils: unlock building swift-inspect
When building for ARM64, we can now build swift-inspect as we use CMake for the cross-compilation.
1 parent 6221b29 commit 16fa7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
28522852
Invoke-BuildStep Build-Mimalloc $HostArch
28532853
}
28542854

2855-
if (-not $SkipBuild -and -not $IsCrossCompiling) {
2855+
if (-not $SkipBuild) {
28562856
Invoke-BuildStep Build-Inspect $HostArch
28572857
Invoke-BuildStep Build-DocC $HostArch
28582858
}

0 commit comments

Comments
 (0)