File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3439,9 +3439,9 @@ if (-not $SkipBuild) {
3439
3439
Invoke-BuildStep Build-LLBuild $HostPlatform
3440
3440
Invoke-BuildStep Build-ArgumentParser $HostPlatform
3441
3441
Invoke-BuildStep Build-Driver $HostPlatform
3442
+ Invoke-BuildStep Build-Crypto $HostPlatform
3443
+ Invoke-BuildStep Build-Collections $HostPlatform
3442
3444
if (-not (Compare-Object $Test @ (" lldb" ))) {
3443
- Invoke-BuildStep Build-Crypto $HostPlatform
3444
- Invoke-BuildStep Build-Collections $HostPlatform
3445
3445
Invoke-BuildStep Build-ASN1 $HostPlatform
3446
3446
Invoke-BuildStep Build-Certificates $HostPlatform
3447
3447
Invoke-BuildStep Build-System $HostPlatform
@@ -3462,7 +3462,7 @@ if ($IncludeNoAsserts) {
3462
3462
Build-NoAssertsToolchain
3463
3463
}
3464
3464
3465
- if (-not $SkipBuild -and -not ( Compare-Object $Test @ ( " lldb " )) ) {
3465
+ if (-not $SkipBuild ) {
3466
3466
Invoke-BuildStep Build-mimalloc $HostPlatform
3467
3467
}
3468
3468
You can’t perform that action at this time.
0 commit comments