Description
MSVC ARM64:
...\sdk\include\crt\setjmp.h(155): fatal error C1189: #error: Define Setjmp for this architecture!
|
–
Cause:
Missing #elif defined(_M_ARM64) block(s), to define struct _JUMP_BUFFER and related.
–
mingw-w64 v9.0.0 does have it. Partly/Fully sync from it.
Attachments
Issue Links
- blocks
-
CORE-17518 Add MSVC ARM64 build for applications at our GitHub CI
- Resolved