File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1868,11 +1868,7 @@ function Build-SPMProject {
1868
1868
$Arguments = @ (
1869
1869
" --scratch-path" , $Bin ,
1870
1870
" --package-path" , $Src ,
1871
- " -c" , $Configuration ,
1872
- " -Xbuild-tools-swiftc" , " -I${env: SDKROOT} \usr\lib\swift" ,
1873
- " -Xbuild-tools-swiftc" , " -L${env: SDKROOT} \usr\lib\swift\windows" ,
1874
- " -Xcc" , " -I${env: SDKROOT} \usr\lib\swift" ,
1875
- " -Xlinker" , " -L${env: SDKROOT} \usr\lib\swift\windows"
1871
+ " -c" , $Configuration
1876
1872
)
1877
1873
if ($DebugInfo ) {
1878
1874
if ($Platform.OS -eq [OS ]::Windows -and $SwiftDebugFormat -eq " codeview" ) {
@@ -2992,6 +2988,7 @@ function Test-Foundation {
2992
2988
- Src $SourceCache \swift- foundation `
2993
2989
- Bin " $ScratchPath " `
2994
2990
- Platform $BuildPlatform `
2991
+ - Configuration $FoundationTestConfiguration `
2995
2992
-- multiroot- data- file " $SourceCache \swift\utils\build_swift\resources\SwiftPM-Unified-Build.xcworkspace" `
2996
2993
-- test-product swift- foundationPackageTests
2997
2994
@@ -3007,6 +3004,7 @@ function Test-Foundation {
3007
3004
- Src $SourceCache \swift- corelibs- foundation `
3008
3005
- Bin " $ScratchPath " `
3009
3006
- Platform $BuildPlatform `
3007
+ - Configuration $FoundationTestConfiguration `
3010
3008
-- multiroot- data- file " $SourceCache \swift\utils\build_swift\resources\SwiftPM-Unified-Build.xcworkspace" `
3011
3009
-- test-product swift- corelibs- foundationPackageTests
3012
3010
}
You can’t perform that action at this time.
0 commit comments