Skip to content

Commit 711a822

Browse files
committed
hack ICU
1 parent 26e51ff commit 711a822

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,9 @@ getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char
846846
// for all architectures though.
847847
# if defined(_M_IX86)
848848
*pCPU = IMAGE_FILE_MACHINE_I386;
849+
// TODO: detect ARM64
849850
# else
850-
*pCPU = IMAGE_FILE_MACHINE_UNKNOWN;
851+
*pCPU = IMAGE_FILE_MACHINE_AMD64;
851852
# endif
852853
# if defined(_M_IA64) || defined(_M_AMD64) || defined (_M_ARM64)
853854
*pBits = 64; // Doesn't seem to be used for anything interesting though?

0 commit comments

Comments
 (0)