Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jul 16, 2024
1 parent c5b9101 commit acb4f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compute-virtuals.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ foreach ($ts in (Get-ChildItem $dir)) {
$toolsets."vc14" = $ts
} elseif ((14 -eq $tsv[0]) -and (19 -ge $tsv[1])) {
$toolsets."vc15" = $ts
} elseif (14 -eq $tsv[0]) -and (39 -ge $tsv[1])) {
} elseif ((14 -eq $tsv[0]) -and (39 -ge $tsv[1])) {
$toolsets."vs16" = $ts
} elseif (14 -eq $tsv[0]) {
$toolsets."vs17" = $ts
Expand Down

0 comments on commit acb4f12

Please sign in to comment.