13 Jun
2025
13 Jun
'25
6:46 a.m.
There are 2 issues when attempting to use winebuild on ARM64 1. It generates Intel `jmp` instructions which are invalid in aarch64 2. It attempts to generate `.seh_x` which gcc's assembler cannot handle This merge request resolves both of those so the build succeeds. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8306#note_106482