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 110b971 + 421c0cf commit 8848811Copy full SHA for 8848811
utils/build.ps1
@@ -1350,7 +1350,7 @@ function Build-ICU([Platform]$Platform, $Arch) {
1350
1351
function Build-Runtime([Platform]$Platform, $Arch) {
1352
Isolate-EnvVars {
1353
- $env:Path = "$($HostArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$(Get-PinnedToolchainRuntime);${env:Path}"
+ $env:Path = "$($BuildArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$(Get-PinnedToolchainRuntime);${env:Path}"
1354
1355
$CompilersBinaryCache = if ($IsCrossCompiling) {
1356
Get-BuildProjectBinaryCache Compilers
0 commit comments