File tree 1 file changed +2
-3
lines changed 1 file changed +2
-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" );
@@ -2873,6 +2872,7 @@ if (-not $SkipBuild) {
2873
2872
Invoke-BuildStep Build-Format $HostArch
2874
2873
Invoke-BuildStep Build-IndexStoreDB $HostArch
2875
2874
Invoke-BuildStep Build-SourceKitLSP $HostArch
2875
+ Invoke-BuildStep Build-Inspect $HostArch
2876
2876
}
2877
2877
2878
2878
Install-HostToolchain
@@ -2882,7 +2882,6 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
2882
2882
}
2883
2883
2884
2884
if (-not $SkipBuild -and -not $IsCrossCompiling ) {
2885
- Invoke-BuildStep Build-Inspect $HostArch
2886
2885
Invoke-BuildStep Build-DocC $HostArch
2887
2886
}
2888
2887
You can’t perform that action at this time.
0 commit comments