File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2182,19 +2182,14 @@ function Build-System($Arch) {
2182
2182
Build-CMakeProject `
2183
2183
- Src $SourceCache \swift- system `
2184
2184
- Bin (Get-HostProjectBinaryCache System) `
2185
- - InstallTo " $ ( $Arch.ToolchainInstallRoot ) \usr" `
2186
2185
- Arch $Arch `
2187
2186
- Platform Windows `
2188
2187
- UseBuiltCompilers C, Swift `
2189
2188
- SwiftSDK (Get-HostSwiftSDK ) `
2189
+ - BuildTargets default `
2190
2190
- Defines @ {
2191
- BUILD_SHARED_LIBS = " YES " ;
2191
+ BUILD_SHARED_LIBS = " NO " ;
2192
2192
}
2193
-
2194
- if (-not $ToBatch ) {
2195
- # Remove unnecessary "S:\Program Files\swift\Toolchains\0.0.0+Asserts\usr\include\CSystem"
2196
- Remove-Item - Force - Recurse " $ ( $Arch.ToolchainInstallRoot ) \usr\include\CSystem" - ErrorAction Ignore | Out-Null
2197
- }
2198
2193
}
2199
2194
2200
2195
function Build-ToolsSupportCore ($Arch ) {
You can’t perform that action at this time.
0 commit comments