diff options
| author | 沈浪熊猫儿 <[email protected]> | 2023-05-27 01:18:11 +0800 |
|---|---|---|
| committer | 沈浪熊猫儿 <[email protected]> | 2023-05-27 01:18:11 +0800 |
| commit | 793c86f4437cf35753da671283f2a82e1b11acbd (patch) | |
| tree | d10608fc9073b3a98e62bd8fa61297467c7d74f6 /xmake/platforms/linux/xmake.lua | |
| parent | 12013f5eedc80d81dc4f7225a69e9a3cee807004 (diff) | |
Add loongarch64 to linux platform
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -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") |
