MoonchildProductions/UXP#2897: Add LA64 to webrtc build config

This commit is contained in:
Basilisk-Dev 2026-01-07 14:46:33 -05:00 committed by ownedbywuigi
commit 8dde509b85

View file

@ -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