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.
1 parent e774ff1 commit 347e5f4Copy full SHA for 347e5f4
utils/build.ps1
@@ -3695,9 +3695,6 @@ if (-not $SkipBuild) {
3695
3696
Remove-Item -Force -Recurse ([IO.Path]::Combine((Get-InstallDir $HostPlatform), "Platforms")) -ErrorAction Ignore
3697
3698
- # Clear the progress bar from the output or it keeps ghosting.
3699
- 1..10 | ForEach-Object { Write-Progress -Id $_ -Activity "Removing previous Platforms directory" -Completed }
3700
-
3701
Invoke-BuildStep Build-CMark $BuildPlatform
3702
Invoke-BuildStep Build-BuildTools $BuildPlatform
3703
if ($IsCrossCompiling) {
0 commit comments