File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2669,8 +2669,7 @@ function Build-Inspect() {
2669
2669
- Bin (Get-HostProjectBinaryCache SwiftInspect) `
2670
2670
- InstallTo " $ ( $HostArch.ToolchainInstallRoot ) \usr" `
2671
2671
- Arch $HostArch `
2672
- - UseBuiltCompilers Swift `
2673
- - UseSwiftSwiftDriver `
2672
+ - UseBuiltCompilers C, CXX, Swift `
2674
2673
- SwiftSDK $SDKRoot `
2675
2674
- Defines @ {
2676
2675
CMAKE_Swift_FLAGS = @ (" -Xcc" , " -I$SDKRoot \usr\include\swift\SwiftRemoteMirror" );
@@ -2881,8 +2880,10 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
2881
2880
Invoke-BuildStep Build-Mimalloc $HostArch
2882
2881
}
2883
2882
2884
- if (-not $SkipBuild -and -not $IsCrossCompiling ) {
2883
+ if (-not $SkipBuild ) {
2885
2884
Invoke-BuildStep Build-Inspect $HostArch
2885
+ }
2886
+ if (-not $SkipBuild -and -not $IsCrossCompiling ) {
2886
2887
Invoke-BuildStep Build-DocC $HostArch
2887
2888
}
2888
2889
You can’t perform that action at this time.
0 commit comments