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 790a79e + 616ac8f commit 5c5da2fCopy full SHA for 5c5da2f
utils/build-windows-toolchain.bat
@@ -628,6 +628,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\toolchain.wixproj
628
-p:RunWixToolsOutOfProc=true ^
629
-p:OutputPath=%PackageRoot%\toolchain\ ^
630
-p:IntermediateOutputPath=%PackageRoot%\toolchain\ ^
631
+ -p:DEVTOOLS_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
632
-p:TOOLCHAIN_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain
633
:: TODO(compnerd) actually perform the code-signing
634
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\toolchain\toolchain.msi
0 commit comments