From: Jan N. <jan...@gm...> - 2024-09-24 08:38:49
|
Op ma 23 sep 2024 om 12:04 schreef Jan Mercl <0x...@gm...>: > On lines 137 and 142 the '--enable-64bit=aarch64' works around > producing x86_64 dlls othewrwise. > However libtommath.dll and zlib1.dll produced in the win/ directory > are still x86_64 dlls. > Hi Jan. I looked at this further. You should use --enable-64bit=arm64 The 'aarch64' should have been an alias to 'arm64' (that's how Windows names it), but that part doesn't work as intended. I will have a further look at it, but that - most likely - won't make it in the 9.0.0 release. Hope this helps, Jan Nijtmans |