Skip to content

Commit

Permalink
Merge pull request #5943 from Redbeanw44602/dev
Browse files Browse the repository at this point in the history
fix loongarch support under zig toolchain.
  • Loading branch information
waruqi authored Dec 7, 2024
2 parents 77fe6c8 + fab3e76 commit 46b9951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/toolchains/zig/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ toolchain("zig")
elseif toolchain:is_arch("riscv64") then
arch = "riscv64"
elseif toolchain:is_arch("loong64") then
arch = "loong64"
arch = "loongarch64"
elseif toolchain:is_arch("mips.*") then
arch = toolchain:arch()
elseif toolchain:is_arch("ppc64") then
Expand Down

0 comments on commit 46b9951

Please sign in to comment.