Closed
Description
When compiling software with Visual Studio 2019 for ARM64, the linker fails with
mimalloc.lib(init.obj) : error LNK2001: unresolved external symbol __mi_msvc_initu
myprogram.exe : fatal error LNK1120: 1 unresolved externals
By replacing
-#ifdef _M_X64
+#if defined(_M_X64) || defined(_M_ARM64)
in
Lines 572 to 577 in 076f815
it seems to work, but please note that I neither understand the code nor possess the hardware capable of running the resulting binary.
Metadata
Metadata
Assignees
Labels
No labels