Skip to content

Commit

Permalink
deps: backport ICU fix for ARM64 Windows
Browse files Browse the repository at this point in the history
ICU 63 as ingested by Node.js does not quite support ARM64 Windows
because its OBJ file IMAGE_FILE_MACHINE_TYPE field logic defaults to
x86 instead of Unknown. This change backports the ICU 64.1 fix for
this.

ICU Issue: https://unicode-org.atlassian.net/browse/ICU-20382
ICU Commit: unicode-org/icu@11e538b

PR-URL: #26090
Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
jkunkee authored and richardlau committed Feb 21, 2019
1 parent 823c988 commit dec3dad
Showing 1 changed file with 1,221 additions and 0 deletions.
Loading

0 comments on commit dec3dad

Please sign in to comment.