Skip to content

Commit 6da48da

Browse files
committed
build: simplify the SDK packaging step
The swift install rules now can distribute the auxiliary files which removes the dependency on the source tree. Update the rules accordingly.
1 parent ad1b666 commit 6da48da

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)