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
  • Loading branch information
jkunkee committed Feb 20, 2019
1 parent 1833782 commit d512fdb
Showing 1 changed file with 1,221 additions and 0 deletions.
Loading

0 comments on commit d512fdb

Please sign in to comment.