Skip to content

Commit fcf3689

Browse files
compnerdMarSe32m
andauthored
Apply suggestions from code review
Co-authored-by: Martin <[email protected]>
1 parent df422c7 commit fcf3689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
973973
-p:BaseReleaseDownloadUrl=https://download.swift.org/development/windows ^
974974
-p:Configuration=Release ^
975975
-p:BaseOutputPath=%PackageRoot%\online\ ^
976-
-p:VCRedistInsaler="%VCToolsRedistDir%\vc_redist.%VSCMD_ARG_TGT_ARCH%.exe" ^
976+
-p:VCRedistInstaller="%VCToolsRedistDir%\vc_redist.%VSCMD_ARG_TGT_ARCH%.exe" ^
977977
-p:VSVersion=%VSCMD_VER% ^
978978
-p:DEVTOOLS_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
979979
-p:TOOLCHAIN_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
@@ -989,7 +989,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
989989
-p:BundleFlavor=offline ^
990990
-p:Configuration=Release ^
991991
-p:BaseOutputPath=%PackageRoot%\offline\ ^
992-
-p:VCRedistInsaler="%VCToolsRedistDir%\vc_redist.%VSCMD_ARG_TGT_ARCH%.exe" ^
992+
-p:VCRedistInstaller="%VCToolsRedistDir%\vc_redist.%VSCMD_ARG_TGT_ARCH%.exe" ^
993993
-p:VSVersion=%VSCMD_VER% ^
994994
-p:DEVTOOLS_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
995995
-p:TOOLCHAIN_ROOT=%BuildRoot%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^

0 commit comments

Comments
 (0)