-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eea21ea
commit d4ebfa8
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git forkSrcPrefix/deps/icu-small/source/tools/toolutil/pkg_genc.cpp forkDstPrefix/deps/icu-small/source/tools/toolutil/pkg_genc.cpp | ||
index 741a8a5228ca6808ea486e765e8165e229cc73fb..f5c621ab151850ad5010df3ebb42f425ec0068c2 100644 | ||
--- forkSrcPrefix/deps/icu-small/source/tools/toolutil/pkg_genc.cpp | ||
+++ forkDstPrefix/deps/icu-small/source/tools/toolutil/pkg_genc.cpp | ||
@@ -847,7 +847,7 @@ getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char | ||
# if defined(_M_IX86) | ||
*pCPU = IMAGE_FILE_MACHINE_I386; | ||
# else | ||
- *pCPU = IMAGE_FILE_MACHINE_UNKNOWN; | ||
+ *pCPU = IMAGE_FILE_MACHINE_AMD64; | ||
# endif | ||
# if defined(_M_IA64) || defined(_M_AMD64) || defined (_M_ARM64) | ||
*pBits = 64; // Doesn't seem to be used for anything interesting though? |