diff options
| author | iFarbod <[email protected]> | 2026-08-21 17:29:10 +0330 |
|---|---|---|
| committer | iFarbod <[email protected]> | 2026-08-21 17:29:10 +0330 |
| commit | d8e29420482b2425d4821d14d3b78b33308d069f (patch) | |
| tree | 4d92bfcc9d8b577b15d6ce8e056382bcb9087d9c | |
| parent | 54b2e1ce406cb449af2038469a64cc08f9682360 (diff) | |
Add SPARC64 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 f0723bb35..c26f99fb5 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", "mips", "mips64", "mipsel", "mips64el", "loong64", "riscv64", "s390x", "ppc", "ppc64", "ppc64el") + set_archs("i386", "x86_64", "armv7", "armv7s", "arm64", "mips", "mips64", "mipsel", "mips64el", "loong64", "riscv64", "s390x", "ppc", "ppc64", "ppc64el", "sparc64") set_formats("static", "lib$(name).a") set_formats("object", "$(name).o") |
