From 84fc6926b8b30518e6ec57c16f3a5d8129a98e11 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 16 Jan 2023 22:01:07 -0500 Subject: Updated build, and release. --- src/lpm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lpm.c') diff --git a/src/lpm.c b/src/lpm.c index bd08403..7e4fdc7 100644 --- a/src/lpm.c +++ b/src/lpm.c @@ -1009,6 +1009,10 @@ static const luaL_Reg system_lib[] = { #define ARCH_PROCESSOR "x86_64" #elif __i386__ #define ARCH_PROCESSOR "x86" + #elif __aarch64__ + #define ARCH_PROCESSOR "aarch64" + #elif __arm__ + #define ARCH_PROCESSOR "arm" #else #error "Please define -DARCH_PROCESSOR." #endif -- cgit v1.2.3