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 e41bba3 + 828a347 commit 276ced6Copy full SHA for 276ced6
utils/build.ps1
@@ -557,6 +557,7 @@ function Get-InstallDir([Hashtable] $Platform) {
557
# For dev productivity, install the host toolchain directly using CMake.
558
# This allows iterating on the toolchain using ninja builds.
559
$HostPlatform.ToolchainInstallRoot = "$(Get-InstallDir $HostPlatform)\Toolchains\$ProductVersion+$Variant"
560
+$BuildPlatform.ToolchainInstallRoot = "$(Get-InstallDir $BuildPlatform)\Toolchains\$ProductVersion+$Variant"
561
562
# Build functions
563
function Invoke-BuildStep {
0 commit comments