Skip to content

Commit 8848811

Browse files
authored
Merge pull request #73494 from compnerd/cmark
utils: use cmark gfm for the build when running the compiler
2 parents 110b971 + 421c0cf commit 8848811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ function Build-ICU([Platform]$Platform, $Arch) {
13501350

13511351
function Build-Runtime([Platform]$Platform, $Arch) {
13521352
Isolate-EnvVars {
1353-
$env:Path = "$($HostArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$(Get-PinnedToolchainRuntime);${env:Path}"
1353+
$env:Path = "$($BuildArch.BinaryCache)\cmark-gfm-0.29.0.gfm.13\src;$(Get-PinnedToolchainRuntime);${env:Path}"
13541354

13551355
$CompilersBinaryCache = if ($IsCrossCompiling) {
13561356
Get-BuildProjectBinaryCache Compilers

0 commit comments

Comments
 (0)