diff options
| author | ruki <[email protected]> | 2023-05-27 06:41:11 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-27 06:41:11 +0800 |
| commit | eeb6658c829a0e2d72d47790b98a6669a74c444e (patch) | |
| tree | d10608fc9073b3a98e62bd8fa61297467c7d74f6 | |
| parent | 12013f5eedc80d81dc4f7225a69e9a3cee807004 (diff) | |
| parent | 793c86f4437cf35753da671283f2a82e1b11acbd (diff) | |
Merge pull request #3783 from darcy-shen/da/loongarch64
Add loongarch64 to linux platform
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index f87b422d0..1d67f133a 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -28,7 +28,7 @@ platform("linux") set_hosts("macosx", "linux", "windows", "bsd") -- set archs - set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el") + set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el", "loongarch64") -- set formats set_formats("static", "lib$(name).a") |
