We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb0675 + 9c45006 commit 10dc870Copy full SHA for 10dc870
utils/build.ps1
@@ -1868,11 +1868,7 @@ function Build-SPMProject {
1868
$Arguments = @(
1869
"--scratch-path", $Bin,
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"
+ "-c", $Configuration
1876
)
1877
if ($DebugInfo) {
1878
if ($Platform.OS -eq [OS]::Windows -and $SwiftDebugFormat -eq "codeview") {
0 commit comments