mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
MoonchildProductions/UXP#2897: Add LA64 to webrtc build config
This commit is contained in:
parent
c69b41b80c
commit
8dde509b85
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,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