From 4c9258020182b8c17c8e4479577937618e0ba938 Mon Sep 17 00:00:00 2001 From: eatradish Date: Fri, 8 Dec 2023 11:16:52 +0800 Subject: Add loongarch64 architecture support --- mlua-sys/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/mlua-sys/src/lib.rs b/mlua-sys/src/lib.rs index 72a2fed..48225e2 100644 --- a/mlua-sys/src/lib.rs +++ b/mlua-sys/src/lib.rs @@ -65,6 +65,7 @@ pub const SYS_MIN_ALIGN: usize = 8; target_arch = "sparc64", target_arch = "riscv64", target_arch = "wasm64", + target_arch = "loongarch64", ))] #[doc(hidden)] pub const SYS_MIN_ALIGN: usize = 16; -- cgit v1.2.3