Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

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.

A fix for this has been merged upstream for ICU 64.1:

unicode-org/icu#412

This commit backports this change.
  • Loading branch information
jkunkee committed Feb 15, 2019
1 parent 1833782 commit 412973c
Showing 1 changed file with 1,221 additions and 0 deletions.
Loading

0 comments on commit 412973c

Please sign in to comment.