Skip to content

Commit 4595e72

Browse files
committed
hack ICU
1 parent f031c97 commit 4595e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/icu-small/source/tools/toolutil/pkg_genc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,9 @@ getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char
791791
// for all architectures though.
792792
# if defined(_M_IX86)
793793
*pCPU = IMAGE_FILE_MACHINE_I386;
794+
// TODO: detect ARM64
794795
# else
795-
*pCPU = IMAGE_FILE_MACHINE_UNKNOWN;
796+
*pCPU = IMAGE_FILE_MACHINE_AMD64;
796797
# endif
797798
# if defined(_M_IA64) || defined(_M_AMD64) || defined (_M_ARM64)
798799
*pBits = 64; // Doesn't seem to be used for anything interesting though?

0 commit comments

Comments
 (0)