Skip to content

Commit 276ced6

Browse files
authored
Merge pull request #80294 from jeffdav/win-build-fix-toolchaininstallroot
utils: Add back missing ToolchainInstallRoot properties.
2 parents e41bba3 + 828a347 commit 276ced6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ function Get-InstallDir([Hashtable] $Platform) {
557557
# For dev productivity, install the host toolchain directly using CMake.
558558
# This allows iterating on the toolchain using ninja builds.
559559
$HostPlatform.ToolchainInstallRoot = "$(Get-InstallDir $HostPlatform)\Toolchains\$ProductVersion+$Variant"
560+
$BuildPlatform.ToolchainInstallRoot = "$(Get-InstallDir $BuildPlatform)\Toolchains\$ProductVersion+$Variant"
560561

561562
# Build functions
562563
function Invoke-BuildStep {

0 commit comments

Comments
 (0)