Skip to content

Commit

Permalink
Bump vs16 Windows SDK to 10.0.20348.0
Browse files Browse the repository at this point in the history
This solves the stdalign.h issue for ICU 75.1.
  • Loading branch information
cmb69 committed Sep 7, 2024
1 parent b0d44fb commit 3859358
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 @@ -61,7 +61,7 @@ if (-not $msts) {

$winsdks = @{
"vc15" = "10.0.17763.0"
"vs16" = "10.0.19041.0"
"vs16" = "10.0.20348.0"
"vs17" = "10.0.20348.0"
}
$winsdk = $winsdks.$vs
Expand Down

0 comments on commit 3859358

Please sign in to comment.