mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
MoonchildProductions/UXP#2897: Fix IPC to compile on LA64
This commit is contained in:
parent
cfb4ac338e
commit
09a06eace0
1 changed files with 3 additions and 0 deletions
|
|
@ -115,6 +115,9 @@
|
|||
#define ARCH_CPU_ARM_FAMILY 1
|
||||
#define ARCH_CPU_ARM64 1
|
||||
#define ARCH_CPU_64_BITS 1
|
||||
#elif defined(__loongarch64)
|
||||
#define ARCH_CPU_LOONGARCH64 1
|
||||
#define ARCH_CPU_64_BITS 1
|
||||
#else
|
||||
#error Please add support for your architecture in build/build_config.h
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue