https://bugs.winehq.org/show_bug.cgi?id=43944
--- Comment #8 from Austin English austinenglish@gmail.com --- (In reply to Martin Storsjö from comment #7)
(In reply to André H. from comment #6)
ARM would be reasonable, just ARM64 is questionable because "Program Files (x86)" won't exist
FWIW, Windows 10 on ARM64 right now has got three Program Files directories; the plain "Program Files" whih has got ARM64 binaries, then "Program Files (Arm)" with ARM32 binaries, and finally "Program Files (x86)" with i386 binaries.
I tested building and running dlls/msi/tests/action, and got 113 test failures. Haven't yet dug in to see what issues/differences it actually boils down to.
Are you cross compiling that with msvc? I tried using Stefan's scripts but never got it to build for me. Could you share your project stuff on github maybe? :)