summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-01-05 00:39:45 +0800
committerruki <[email protected]>2024-01-05 00:39:45 +0800
commit8e7b00111149713fca06ba548edbd419a79fe778 (patch)
tree42151ddb30d24a2feaa23a8e3adf0f134944f2c6 /xmake/platforms/linux/xmake.lua
parent76f21280af93d9826fb2ec43bf19df16cfd7f29e (diff)
add more loong64 support
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index 1fdea4ea7..e4d57b533 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -21,7 +21,7 @@
platform("linux")
set_os("linux")
set_hosts("macosx", "linux", "windows", "bsd")
- set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el", "loongarch64")
+ set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el", "loong64")
set_formats("static", "lib$(name).a")
set_formats("object", "$(name).o")