diff options
| author | ruki <[email protected]> | 2024-01-05 00:39:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-01-05 00:39:45 +0800 |
| commit | 8e7b00111149713fca06ba548edbd419a79fe778 (patch) | |
| tree | 42151ddb30d24a2feaa23a8e3adf0f134944f2c6 /xmake/platforms/linux/xmake.lua | |
| parent | 76f21280af93d9826fb2ec43bf19df16cfd7f29e (diff) | |
add more loong64 support
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 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") |
