diff options
author | eatradish <sakiiily@aosc.io> | 2023-12-08 11:16:52 +0800 |
---|---|---|
committer | eatradish <sakiiily@aosc.io> | 2023-12-08 11:16:52 +0800 |
commit | 4c9258020182b8c17c8e4479577937618e0ba938 (patch) | |
tree | d521c59e90de2f13bb98923d4967df78fc421628 | |
parent | a4c919231c5bbd6ad65b419b7f08d5976272c288 (diff) | |
download | mlua-4c9258020182b8c17c8e4479577937618e0ba938.zip |
Add loongarch64 architecture support
-rw-r--r-- | mlua-sys/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |