Skip to content

Commit 1417ce4

Browse files
committed
build.ps1: correct indentation (NFC)
1 parent 35e1276 commit 1417ce4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

utils/build.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,13 +1769,13 @@ function Build-SPMProject {
17691769
$env:SWIFTCI_USE_LOCAL_DEPS = "1"
17701770

17711771
$Arguments = @(
1772-
"--scratch-path", $Bin,
1773-
"--package-path", $Src,
1774-
"-c", $Configuration,
1775-
"-Xbuild-tools-swiftc", "-I$(Get-SwiftSDK Windows)\usr\lib\swift",
1776-
"-Xbuild-tools-swiftc", "-L$(Get-SwiftSDK Windows)\usr\lib\swift\windows",
1777-
"-Xcc", "-I$(Get-SwiftSDK Windows)\usr\lib\swift",
1778-
"-Xlinker", "-L$(Get-SwiftSDK Windows)\usr\lib\swift\windows"
1772+
"--scratch-path", $Bin,
1773+
"--package-path", $Src,
1774+
"-c", $Configuration,
1775+
"-Xbuild-tools-swiftc", "-I$(Get-SwiftSDK Windows)\usr\lib\swift",
1776+
"-Xbuild-tools-swiftc", "-L$(Get-SwiftSDK Windows)\usr\lib\swift\windows",
1777+
"-Xcc", "-I$(Get-SwiftSDK Windows)\usr\lib\swift",
1778+
"-Xlinker", "-L$(Get-SwiftSDK Windows)\usr\lib\swift\windows"
17791779
)
17801780
if ($DebugInfo) {
17811781
if ($SwiftDebugFormat -eq "dwarf") {

0 commit comments

Comments
 (0)