Skip to content

Commit 616ac8f

Browse files
committed
utils: update build-windows-toolchain
This updates the windows toolchain build script for the packaging step of the toolchain. This is required to migrate to swift-driver as the driver for Swift.
1 parent 95d5108 commit 616ac8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\toolchain.wixproj
628628
-p:RunWixToolsOutOfProc=true ^
629629
-p:OutputPath=%PackageRoot%\toolchain\ ^
630630
-p:IntermediateOutputPath=%PackageRoot%\toolchain\ ^
631+
-p:DEVTOOLS_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
631632
-p:TOOLCHAIN_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain
632633
:: TODO(compnerd) actually perform the code-signing
633634
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\toolchain\toolchain.msi

0 commit comments

Comments
 (0)