Skip to content

Commit

Permalink
Merge pull request #339 from eatradish/fix-loongarch64-build
Browse files Browse the repository at this point in the history
Add loongarch64 architecture support
  • Loading branch information
khvzak authored Dec 8, 2023
2 parents a4c9192 + 4c92580 commit 3547985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlua-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3547985

Please sign in to comment.