Skip to content

Commit 3547985

Browse files
authored
Merge pull request #339 from eatradish/fix-loongarch64-build
Add loongarch64 architecture support
2 parents a4c9192 + 4c92580 commit 3547985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlua-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pub const SYS_MIN_ALIGN: usize = 8;
6565
target_arch = "sparc64",
6666
target_arch = "riscv64",
6767
target_arch = "wasm64",
68+
target_arch = "loongarch64",
6869
))]
6970
#[doc(hidden)]
7071
pub const SYS_MIN_ALIGN: usize = 16;

0 commit comments

Comments
 (0)