Skip to content

Commit 754d78d

Browse files
authored
Adjust parameters
1 parent dbcc472 commit 754d78d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,10 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
10001000
-restore ^
10011001
-p:Configuration=Release ^
10021002
-p:BaseOutputPath=%PackageRoot%\installer\ ^
1003-
-p:MSI_LOCATION=%PackageRoot%\
1003+
-p:DEVTOOLS_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
1004+
-p:PLATFORM_ROOT=%PlatformRoot%\ ^
1005+
-p:SDK_ROOT=%SDKInstallRoot%\ ^
1006+
-p:TOOLCHAIN_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
10041007
:: TODO(compnerd) actually perform the code-signing
10051008
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\installer\installer.exe
10061009

0 commit comments

Comments
 (0)