Skip to content

Commit 476823b

Browse files
authored
Merge pull request #64242 from compnerd/auxiliary-package
build: simplify the SDK packaging step
2 parents 60378e1 + 6da48da commit 476823b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\sdk.wixproj ^
940940
-p:OutputPath=%PackageRoot%\sdk\ ^
941941
-p:IntermediateOutputPath=%PackageRoot%\sdk\ ^
942942
-p:PLATFORM_ROOT=%PlatformRoot%\ ^
943-
-p:SDK_ROOT=%SDKInstallRoot%\ ^
944-
-p:SWIFT_SOURCE_DIR=%SourceRoot%\swift\
943+
-p:SDK_ROOT=%SDKInstallRoot%\
945944
:: TODO(compnerd) actually perform the code-signing
946945
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\sdk\sdk.msi
947946

0 commit comments

Comments
 (0)